LEADTOOLS (Leadtools assembly)

Flags Property (RasterImageMemoryInformation)

Show in webframe







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;}

            

            
 
get_Flags();
set_Flags(value);
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 RasterImage.MemoryInformation.
Requirements

Target Platforms

See Also

Reference

RasterImageMemoryInformation Structure
RasterImageMemoryInformation Members

 

 


Products | Support | Contact Us | Copyright Notices

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