Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Flags Property
See Also 
Leadtools Namespace > RasterPaintDibInfo Class : Flags Property



Collection of flags indicating the various options for the bitmap.

Syntax

Visual Basic (Declaration) 
Public Property Flags As RasterPaintDibInfoFlags
Visual Basic (Usage)Copy Code
Dim instance As RasterPaintDibInfo
Dim value As RasterPaintDibInfoFlags
 
instance.Flags = value
 
value = instance.Flags
C# 
public RasterPaintDibInfoFlags Flags {get; set;}
C++/CLI 
public:
property RasterPaintDibInfoFlags Flags {
   RasterPaintDibInfoFlags get();
   void set (RasterPaintDibInfoFlags value);
}

Return Value

See the RasterPaintDibInfoFlags enumeration for possible values.

Example

For an example, refer to RasterPaintDibInfo.

Remarks

Use these flags to indicate whether the image data does not use the whole range (for example the low 12 bits for 16-bit image data).

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also