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






    Size Property (DicomDataSet)
    The dimensions of the pixel data if present
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As System.Drawing.Size
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As System.Drawing.Size
     
    value = instance.Size
    Remarks
    This property provides access to the horizontal (Size.Width) and vertical dimensions (Size.Height) of the image. Dimensions are 32-bit Integers.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also