Back to Devexpress

TdxComponentPrinter.OverWriteExistingFiles Property

vcl-dxpscore-dot-tdxcomponentprinter.md

latest994 B
Original Source

TdxComponentPrinter.OverWriteExistingFiles Property

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

Declaration

delphi
property OverWriteExistingFiles: Boolean read; write; default False;

Property Value

TypeDefault
BooleanFalse

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

TdxComponentPrinter Class

TdxComponentPrinter Members

dxPSCore Unit