TdxPrintingOptions Class
Stores Rich Edit control print settings.
Declaration
TdxPrintingOptions = class(
TdxRichEditNotificationOptions
)
Remarks
You can use TdxComponentPrinter and TdxRichEditControlReportLink components to print a document displayed in the Rich Edit control. To configure general print-related settings, such as the print page layout, use settings at the TdxRichEditControlReportLink component level. The TdxPrintingOptions
class stores print settings related to a rich text document.
Main API Members
The list below outlines key members of the TdxPrintingOptions
class. These members allow you to configure print-related settings at the Rich Edit control level.
Rich Text Document Print Settings
- EnablePageBackgroundOnPrint
- Specifies if custom page background colors affect document appearance in the Print Preview and on printed pages.
- UpdateDocVariablesBeforePrint
- Specifies if the Rich Edit control updates placeholder field content before a print or print preview display operation.
General-Purpose API Members
- Assign
- Copies print-related settings between Rich Edit controls.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive notifications and improve application performance.
- Reset
- Restores default print-related settings.
Direct TdxPrintingOptions Class Reference
The TdxRichEditControlOptionsBase.Printing property references a TdxPrintingOptions
object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxRichEditNotificationOptions
TdxPrintingOptions
See Also