DXRichEditPrintingOptions Properties
Provides the options to specify how the document is printed.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| 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. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| 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