Property BackupOnSave
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
BackupOnSave
Get/Set a boolean value representing if a backup file will be kept before saving an existing file.
public bool BackupOnSave { get; set; }
Property Value
Remarks
The value is reference to a static field and applies with the same value to all vdDocument objects of the application. If value is true the already existing file is renamed with ".~bak" extension.