Accusoft.ISISXpress7.Net
CreateFiles Property




Gets and sets an indicator if the scanned in data is saved to a file using the full path and filename specified in the Filename property.
Syntax
'Declaration
 
Public Property CreateFiles As Boolean
'Usage
 
Dim instance As Output
Dim value As Boolean
 
instance.CreateFiles = value
 
value = instance.CreateFiles
public bool CreateFiles {get; set;}
public: __property bool get_CreateFiles();
public: __property void set_CreateFiles( 
   bool value
);
public:
property bool CreateFiles {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the scanned in data is saved to a file. Otherwise, falseis returned.
Remarks

The default value is true.

Note: Set this value to false only if a DIB is desired. It is possible to set both the CreateDib and the CreateFiles properties to false but then there is no output.

See Also

Reference

Output Class
Output Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback