In This Topic
Number of bits per sample allocated (always 8 or 16)
Syntax
'Declaration
Public ReadOnly Property BitsAllocated As System.Integer
'Usage
Dim instance As DicomCodecBaseArguments
Dim value As System.Integer
value = instance.BitsAllocated
public System.int BitsAllocated {get;}
public read-only property BitsAllocated: System.Integer;
public function get BitsAllocated : System.int
public: __property System.int get_BitsAllocated();
public:
property System.int BitsAllocated {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also