DicomObjects.NET Core 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 Size
 
'Usage
 
Dim instance As DicomDataSet
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: 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