Accusoft.TwainPro9.Net
ResolutionY Property




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

Property Value

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

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

The ResolutionY units are determined by the ICAP_UNITS capability.

See Also

Reference

ScannedImageData Class
ScannedImageData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback