Gets and sets whether the scanned in data is saved to a file using the full path and filename specified by the FileName property.
Read-write property
Visual Basic |
---|
Public Property CreateFiles As Boolean |
A boolean which is true if the scanned in data is saved to a file or false if the scanned in data is not saved to a file.
The default value is true.
This setting can be set to false if only a DIB is desired. It is possible to set both CreateDib and CreateFiles to false but then there will be no output.