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

In This Topic
    PixelsPerFrame Property
    In This Topic
    The number of pixels per frame
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PixelsPerFrame As System.Integer
    public System.int PixelsPerFrame {get;}
    Remarks
    This returns Size.Height * Size.Width
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also