Accusoft.ISISXpress7.Net
DibHeight Property




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

Property Value

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

This property is used to obtain the height of the current scanned image. This value may be different from the ScanSettingInfo.ImageLength scan setting if a scanner's page size detection setting is enabled. DibHeight 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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback