Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Flags Property (RasterImageMemoryInformation)








Gets or sets a value that specify which members of the structure are valid.
Syntax
public RasterImageInformationFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RasterImageInformationFlags
'Usage
 
Dim instance As RasterImageMemoryInformation
Dim value As RasterImageInformationFlags
 
instance.Flags = value
 
value = instance.Flags
public RasterImageInformationFlags Flags {get; set;}
 <br/>get_Flags();<br/>set_Flags(value);<br/>Object.defineProperty('Flags'); 
public:
property RasterImageInformationFlags Flags {
   RasterImageInformationFlags get();
   void set (    RasterImageInformationFlags value);
}

Property Value

A combination of the RasterImageInformationFlags enumeration members that specify which members of the structure are valid.
Example
For an example, refer to MemoryInformation.
Requirements

Target Platforms

See Also

Reference

RasterImageMemoryInformation Structure
RasterImageMemoryInformation Members

Error processing SSI file