DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / SamplesPerFrame Property

In This Topic
    SamplesPerFrame Property
    In This Topic
    The number of samples per frame
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SamplesPerFrame As System.Integer
    public System.int SamplesPerFrame {get;}
    Remarks
    For monochrome images, this is the same as PixelsPerFrame but for multi-component images such as RGB it will be PixelsPerFrame * Samples per Pixel.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also