DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / ICompressor Interface / MaximumBits Property



MaximumBits Property (ICompressor)
The maximum number of bits supported by this codec.
Syntax
'Declaration
 
ReadOnly Property MaximumBits As Integer
 
'Usage
 
Dim instance As ICompressor
Dim value As Integer
 
value = instance.MaximumBits
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also