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 : XResolution Property |
[DataMemberAttribute()] public int XResolution {get; set;}
'Declaration <DataMemberAttribute()> Public Property XResolution As Integer
'Usage Dim instance As ImageInfoEx Dim value As Integer instance.XResolution = value value = instance.XResolution
[DataMemberAttribute()] public: property int XResolution { int get(); void set ( int value); }