Accusoft.TwainPro9.Net
ResolutionX Property




Gets the X resolution of the image.
Syntax
'Declaration
 
<DescriptionAttribute("Returns the X resolution of the image.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property ResolutionX As Single
'Usage
 
Dim instance As ScannedImageData
Dim value As Single
 
value = instance.ResolutionX
[Description("Returns the X resolution of the image.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public float ResolutionX {get;}
[Description("Returns the X resolution of the image.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property float get_ResolutionX();
[Description("Returns the X resolution of the image.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property float ResolutionX {
   float get();
}

Property Value

A float value which represents the x resolution of the image.
Remarks

Note: ResolutionX is available at runtime and is read-only.

The ResolutionX units are determined by the ICAP_UNITS capability.

See Also

Reference

ScannedImageData Class
ScannedImageData Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback