Accusoft.TwainPro9.Net
Width Property




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

Property Value

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

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

The Width units are determined by the ICAP_UNITS capability.

See Also

Reference

ScannedImageData Class
ScannedImageData Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback