DicomObjects.NET Core 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 Integer
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As Integer
     
    value = instance.SamplesPerFrame
    public int SamplesPerFrame {get;}
    public:
    property int SamplesPerFrame {
       int 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also