Skip to main content

TdxComponentPrinter.OverWriteExistingFiles Property

Specifies whether to overwrite files when saving new files to disk.

Declaration

property OverWriteExistingFiles: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The SavePagesAsImagesToDisk method allows you to save pages to disk. Each page corresponds to a certain file. Set the OverWriteExistingFiles property to True if you are going to replace old page files with new ones.

The default value of the OverWriteExistingFiles property is False.

See Also