Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services.DataTypes Namespace > ImageInfoEx Class : YResolution Property |
[DataMemberAttribute()] public int YResolution {get; set;}
'Declaration <DataMemberAttribute()> Public Property YResolution As Integer
'Usage Dim instance As ImageInfoEx Dim value As Integer instance.YResolution = value value = instance.YResolution
[DataMemberAttribute()] public: property int YResolution { int get(); void set ( int value); }