OverwriteExistingFiles

SaveOptions.OverwriteExistingFiles property

Gets or sets whether to overwrite existing file with new output file. Otherwise new file will be created with number as suffix. By default this value set to true that means file will be overwritten.

public bool OverwriteExistingFiles { get; set; }

See Also