LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
YResolution Property
See Also 
Leadtools.Dicom.Web Namespace > ObjectInstanceInformationEx Class : YResolution Property



Gets or sets the Y-Resolution of the specified DICOM object.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(4)>
Public Property YResolution As Integer
Visual Basic (Usage)Copy Code
Dim instance As ObjectInstanceInformationEx
Dim value As Integer
 
instance.YResolution = value
 
value = instance.YResolution
C# 
[XmlElementAttribute(4)]
public int YResolution {get; set;}
C++/CLI 
[XmlElementAttribute(4)]
public:
property int YResolution {
   int get();
   void set (    int value);
}

Property Value

The Y-Resolution of the specified DICOM object in pixels.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also