Accusoft.ISISXpress7.Net
DibWidth Property




Gets the width of the current scanned image contained in the DIB represented by the ToHdib property.
Syntax
'Declaration
 
Public ReadOnly Property DibWidth As Integer
'Usage
 
Dim instance As Output
Dim value As Integer
 
value = instance.DibWidth
public int DibWidth {get;}
public: __property int get_DibWidth();
public:
property int DibWidth {
   int get();
}

Property Value

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

This property is used to obtain the width of the current scanned image. This value may be different from the ScanSettingInfo.ImageWidth scan setting if a scanner's page size detection setting is enabled. DibWidth is available at runtime in the IsisXpress.Scanned events and it is available until the ToHdib property is no longer valid.

See Also

Reference

Output Class
Output Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback