Accusoft.PdfXpress7.Net
Overwrite Property




Gets and sets an indicator if overwrite is allowed on any existing file when saving.
Syntax
public bool Overwrite {get; set;}
public: __property bool get_Overwrite();
public: __property void set_Overwrite( 
   bool value
);
public:
property bool Overwrite {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property Overwrite As Boolean
 
'Usage
 
Dim instance As SaveOptions
Dim value As Boolean
 
instance.Overwrite = value
 
value = instance.Overwrite

Property Value

A boolean value which is true if overwrite is allowed. Otherwise, false is used.
See Also

Reference

SaveOptions Class
SaveOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback