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. |
Fields
| Name | Description |
|---|---|
| EnableCommentBackgroundOnPrintProperty static | Identifies the DXRichEditPrintingOptions.EnableCommentBackgroundOnPrint dependency property. |
| EnableCommentFillOnPrintProperty static | Identifies the DXRichEditPrintingOptions.EnableCommentFillOnPrint dependency property. |
| EnablePageBackgroundOnPrintProperty static | Identifies the DXRichEditPrintingOptions.EnablePageBackgroundOnPrint dependency property. |
| PrintPreviewFormKindProperty static | Identifies the DXRichEditPrintingOptions.PrintPreviewFormKind dependency property. |
| UpdateDocVariablesBeforePrintProperty static | Identifies the DXRichEditPrintingOptions.UpdateDocVariablesBeforePrint dependency property. |
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