Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
YResolution Property
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > ObjectInstanceInformationEx Class : YResolution Property



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

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
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# 
[DataMemberAttribute()]
public int YResolution {get; set;}
C++/CLI 
[DataMemberAttribute()]
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