DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / DicomCodecBaseArguments Class / BitsStored Property



In This Topic
    BitsStored Property
    In This Topic
    Number of bits per sample used (always between 8 and 16)
    Syntax
    'Declaration
     
    Public ReadOnly Property BitsStored As Integer
    'Usage
     
    Dim instance As DicomCodecBaseArguments
    Dim value As Integer
     
    value = instance.BitsStored
    public int BitsStored {get;}
    public:
    property int BitsStored {
       int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also