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



Gets or sets a value which determines whether the overlay has a corresponding bitplane in the main image.

Syntax

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

Return Value

true if the overlay has a corresponding bitplane in the main image; otherwise, false.

Example

Remarks

If the value of this property is true, then BitPosition should hold the index to the index bitplane.

For more information, refer to Overlay Overview.

Requirements

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

See Also