DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / DicomCodecBaseArguments Class / BitsAllocated Property






    BitsAllocated Property
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also