Accusoft.ISISXpress7.Net
CreateDib Property




Gets and sets an indicator if a DIB is created while scanning so the ToHdib property is valid after each use.
Syntax
'Declaration
 
Public Property CreateDib As Boolean
'Usage
 
Dim instance As Output
Dim value As Boolean
 
instance.CreateDib = value
 
value = instance.CreateDib
public bool CreateDib {get; set;}
public: __property bool get_CreateDib();
public: __property void set_CreateDib( 
   bool value
);
public:
property bool CreateDib {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if a DIB should be created or false if a DIB should not be created.
Remarks

The default value is false.

This DIB can only be created if the Scanner.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.

See Also

Reference

Output Class
Output Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback