DicomObjects.NET.8.48 Documentation
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 System.Integer
     
    'Usage
     
    
    Dim instance As ICompressor
    Dim value As System.Integer
     
    value = instance.MaximumBits
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also