Accusoft.ISISXpress7.Net
Filename Property




Gets and sets the full path and filename where the scanned image is saved.
Syntax
'Declaration
 
Public Property Filename As String
'Usage
 
Dim instance As Output
Dim value As String
 
instance.Filename = value
 
value = instance.Filename
public string Filename {get; set;}
public: __property string* get_Filename();
public: __property void set_Filename( 
   string* value
);
public:
property String^ Filename {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which represents the path and name.
Remarks

The default value is an empty string "".

If the UseSchema property is set to true, then this property is modified before each scan and can be checked or modified in the IsisXpress.Scanning event.

See Also

Reference

Output Class
Output Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback