Gets the height of the current scanned image contained in the DIB represented by the hDib property.
Property Type
Read-only property
Syntax
Visual Basic
Public Property DibHeight As Long
Return Type
A long that represents the height of the current scanned image contained in the DIB represented by the hDib property.
Remarks
The DibHeight property is used to obtain the height of the current scanned image. This value may be different from the ISX_ScanSetting.ISX_ImageLength scan setting if a scanners page size detection setting is enabled. DibHeight is available at runtime in the Scanned event and it is available until the hDib property is no longer valid.