Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

MemoryFlags Property (RasterImageMemoryInformation)








Gets or sets type of memory allocated for the image data.
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;}
 <br/>get_MemoryFlags();<br/>set_MemoryFlags(value);<br/>Object.defineProperty('MemoryFlags'); 
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 MemoryInformation.
Requirements

Target Platforms

See Also

Reference

RasterImageMemoryInformation Structure
RasterImageMemoryInformation Members

Error processing SSI file