Skip to main content

DXRichEditPrintingOptions Members

Provides the options to specify how the document is printed.

Constructors

Name Description
DXRichEditPrintingOptions() Initializes a new instance of the DXRichEditPrintingOptions class with the default settings.

Properties

Name Description
EnableCommentBackgroundOnPrint Gets or sets whether to print the background of the document’s margin containing comment balloons. This is a dependency property.
EnableCommentFillOnPrint Gets or sets whether to print the background color of the comment balloons. This is a dependency property.
EnablePageBackgroundOnPrint Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. This is a dependency property.
PrintPreviewFormKind Specifies the user interface of the Print Preview form. This is a dependency property.
UpdateDocVariablesBeforePrint Gets or sets whether the fields are automatically updated before a document is printed. This is a dependency property.
See Also