←Select platform

MemoryFlags Property

Summary

Gets or sets type of memory allocated for the image data.

Syntax

C#
VB
WinRT C#
C++
public RasterMemoryFlags MemoryFlags { get; set; } 
Public Property MemoryFlags As Leadtools.RasterMemoryFlags 
public Leadtools.RasterMemoryFlags MemoryFlags {get; set;} 
 <br/>get_MemoryFlags();<br/>set_MemoryFlags(value);<br/>Object.defineProperty('MemoryFlags');  
public: 
property Leadtools.RasterMemoryFlags MemoryFlags { 
   Leadtools.RasterMemoryFlags get(); 
   void set (    Leadtools.RasterMemoryFlags ); 
} 

Property Value

A combination of the RasterMemoryFlags enumeration members that specify the type of memory allocated for the image data.

Example

For an example, refer to MemoryInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly