DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / SamplesPerFrame Property



    SamplesPerFrame Property
    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
    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.0 or higher

    See Also