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.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family