LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

MemoryFlags Property (RasterImageMemoryInformation)






Gets or sets type of memory allocated for the image data. .NET support WinRT support
Syntax
public RasterMemoryFlags MemoryFlags {get; set;}
'Declaration
 
Public Property MemoryFlags As RasterMemoryFlags
'Usage
 
Dim instance As RasterImageMemoryInformation
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);
}

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 RasterImage.MemoryInformation.
Requirements

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

See Also

Reference

RasterImageMemoryInformation Structure
RasterImageMemoryInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.