DicomObjects.NET.8.48 Documentation
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 System.Integer
    'Usage
     
    
    Dim instance As DicomCodecBaseArguments
    Dim value As System.Integer
     
    value = instance.BitsStored
    public System.int BitsStored {get;}
    public read-only property BitsStored: System.Integer; 
    public function get BitsStored : System.int
    public: __property System.int get_BitsStored();
    public:
    property System.int BitsStored {
       System.int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also