Leadtools Namespace > RasterImageAllocateData Class : MemoryFlags Property |
public RasterMemoryFlags MemoryFlags {get; set;}
'Declaration Public Property MemoryFlags As RasterMemoryFlags
'Usage Dim instance As RasterImageAllocateData Dim value As RasterMemoryFlags instance.MemoryFlags = value value = instance.MemoryFlags
public RasterMemoryFlags MemoryFlags {get; set;}
get_MemoryFlags();
set_MemoryFlags(value);
public: property RasterMemoryFlags MemoryFlags { RasterMemoryFlags get(); void set ( RasterMemoryFlags value); }
You can inspect and change the memory model (conventional, disk, tiled, etc.) used when creating the RasterImage object by using this property. Refer to the example of the RasterDefaults.SetRasterImageAllocateCallback method.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2