Gets and sets an indicator whether a DIB is created while scanning so the hDib property is valid after each scan.
Read-write property
Visual Basic |
---|
Public Property CreateDib As Boolean |
A boolean that indicates whether a DIB will be created. true if a DIB should be created or false if a DIB should not be created.
The default setting is false.
This DIB can only be created if the UseCompression property is set to false. When hardware compression is enabled, the scanner sends compressed data to the computer and this cannot be used to construct a DIB.
It is possible to set both CreateDib and CreateFiles to false but then there will be no output.
This DIB can only be created if the UseCompression property is set to false. When hardware compression is enabled, the scanner sends compressed data to the computer and this cannot be used to construct a DIB.
It is possible to set both CreateDib and CreateFiles to false but then there will be no output.