Accusoft.FSInvoices1.Net
EnableSaving Property




Gets and sets the flag that specifies whether to enable automatic template saving.
Syntax
'Declaration
 
Public Property EnableSaving As Boolean
'Usage
 
Dim instance As FileTemplateProvider
Dim value As Boolean
 
instance.EnableSaving = value
 
value = instance.EnableSaving
public bool EnableSaving {get; set;}
public: __property bool get_EnableSaving();
public: __property void set_EnableSaving( 
   bool value
);
public:
property bool EnableSaving {
   bool get();
   void set (    bool value);
}
Remarks

Processor.Analyze automatically updates templates based on new form data. Set to false to disable this behavior.

Default: true.

See Also

Reference

FileTemplateProvider Class
FileTemplateProvider Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback