Accusoft.ISISXpress7.Net
SaveFileToMemory Property




Gets and sets an indicator if the scanned image will be saved to a file in memory (e.g., TIFF).
Syntax
'Declaration
 
Public Property SaveFileToMemory As Boolean
'Usage
 
Dim instance As Output
Dim value As Boolean
 
instance.SaveFileToMemory = value
 
value = instance.SaveFileToMemory
public bool SaveFileToMemory {get; set;}
public: __property bool get_SaveFileToMemory();
public: __property void set_SaveFileToMemory( 
   bool value
);
public:
property bool SaveFileToMemory {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the image should be saved to memory or false if it should not.
Remarks
A boolean value which is true if the image should be saved to memory or false if it should not.

The default value is false.

Note: If scanning to a DIB, this property does not apply.
See Also

Reference

Output Class
Output Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback