Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

BitPosition Property








Gets or sets the corresponding bit plane associated with an overlay
Syntax
public int BitPosition {get; set;}
'Declaration
 
Public Property BitPosition As Integer
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Integer
 
instance.BitPosition = value
 
value = instance.BitPosition
public int BitPosition {get; set;}
@property (nonatomic, assign) NSUInteger bitPosition
public int getBitPosition()
public void setBitPosition(int value)
            
 <br/>get_BitPosition();<br/>set_BitPosition(value);<br/>Object.defineProperty('BitPosition'); 
public:
property int BitPosition {
   int get();
   void set (    int value);
}

Property Value

The corresponding bit plane associated with an overlay.
Remarks
This property is valid only if UseBitPlane is set to true. For more information about the bit position, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

Error processing SSI file