Leadtools.Dicom.Web Namespace > ObjectInstanceInformationEx Class : YResolution Property |
'Declaration <XmlElementAttribute(4)> Public Property YResolution As Integer
'Usage Dim instance As ObjectInstanceInformationEx Dim value As Integer instance.YResolution = value value = instance.YResolution
[XmlElementAttribute(4)] public int YResolution {get; set;}
[XmlElementAttribute(4)] public: property int YResolution { int get(); void set ( int value); }