Accusoft.ISISXpress7.Net
UseSchema Property




Gets and sets an indicator if a naming schema is used during batch scanning.
Syntax
'Declaration
 
Public Property UseSchema As Boolean
'Usage
 
Dim instance As Output
Dim value As Boolean
 
instance.UseSchema = value
 
value = instance.UseSchema
public bool UseSchema {get; set;}
public: __property bool get_UseSchema();
public: __property void set_UseSchema( 
   bool value
);
public:
property bool UseSchema {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if a naming schema is used. Otherwise, false is returned.
Remarks

The default value is false.

The values of the Directory, Root, and FileSchema properties are used to determine the full path and filenames of the output files.

Note: The MultiplePages property and the UseSchema property cannot be used at the same time.

See Also

Reference

Output Class
Output Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback