←Select platform

BitPosition Property

Summary

Gets or sets the corresponding bit plane associated with an overlay

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int BitPosition { get; set; } 
Public Property BitPosition As Integer 
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 ); 
} 

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly