Accusoft.ISISXpress7.Net
FileSchema Property




Gets and sets the file schema used to generate filenames during batch scanning.
Syntax
'Declaration
 
Public Property FileSchema As String
'Usage
 
Dim instance As Output
Dim value As String
 
instance.FileSchema = value
 
value = instance.FileSchema
public string FileSchema {get; set;}
public: __property string* get_FileSchema();
public: __property void set_FileSchema( 
   string* value
);
public:
property String^ FileSchema {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which represents the file schema.
Remarks

The following symbols can be used to specify a schema:

The following items are example schemas and the files they would generate:

See Also

Reference

Output Class
Output Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback