Accusoft.ISISXpress7.Net
Root Property




Gets and sets the root prefix used to generate filenames during a batch scan when the UseSchema property is set to true.
Syntax
'Declaration
 
Public Property Root As String
'Usage
 
Dim instance As Output
Dim value As String
 
instance.Root = value
 
value = instance.Root
public string Root {get; set;}
public: __property string* get_Root();
public: __property void set_Root( 
   string* value
);
public:
property String^ Root {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which represents the root prefix.
Remarks

This property value is "image" if the desired filenames are image01.tif, image02.tif, and etc.

See Also

Reference

Output Class
Output Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback