Accusoft.ImagXpress13.Net
DocumentName Property




Gets and sets the Modca tag document name.
Syntax
'Declaration
 
Public Property DocumentName As String
'Usage
 
Dim instance As SaveOptionsModca
Dim value As String
 
instance.DocumentName = value
 
value = instance.DocumentName
public string DocumentName {get; set;}
public: __property string* get_DocumentName();
public: __property void set_DocumentName( 
   string* value
);
public:
property String^ DocumentName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the Modca tag name to be saved.
Remarks

Note: Available in Professional edition.

See Also

Reference

SaveOptionsModca Class
SaveOptionsModca Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback