DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / Size Property



    Size Property (DicomImage)
    The dimensions of the image
    Syntax
    'Declaration
     
    Public ReadOnly Property Size As Size
     
    'Usage
     
    Dim instance As DicomImage
    Dim value As 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.0 or higher

    See Also