Accusoft.TwainPro9.Net
Height Property




Gets the height of the image.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
<DescriptionAttribute("Returns the height of the image.")>
Public ReadOnly Property Height As Integer
'Usage
 
Dim instance As ScannedImageData
Dim value As Integer
 
value = instance.Height
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the height of the image.")]
public int Height {get;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the height of the image.")]
public: __property int get_Height();
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the height of the image.")]
public:
property int Height {
   int get();
}

Property Value

An integer value which represents the height of the image.
Remarks

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

The Height units are determined by the ICAP_UNITS capability.

See Also

Reference

ScannedImageData Class
ScannedImageData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback