LEADTOOLS (Leadtools assembly)

BitsAllocated Property

Show in webframe







Gets or sets the number of bits allocated in the overlay.
Syntax
public int BitsAllocated {get; set;}
'Declaration
 
Public Property BitsAllocated As Integer
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Integer
 
instance.BitsAllocated = value
 
value = instance.BitsAllocated
public int BitsAllocated {get; set;}
@property (nonatomic, assign) unsigned short bitsAllocated;
public int getBitsAllocated()
public void setBitsAllocated(int value)
            
 
get_BitsAllocated();
set_BitsAllocated(value);
Object.defineProperty('BitsAllocated');
public:
property int BitsAllocated {
   int get();
   void set (    int value);
}

Property Value

The number of bits allocated in the overlay.
Remarks
For more information, 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

 

 


Products | Support | Contact Us | Copyright Notices

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