Accusoft.TwainProSdk Namespace > ScannedImageData Class : Height Property |
'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(); }
Note: Height is available at runtime and is read-only.
The Height units are determined by the ICAP_UNITS capability.