PrintPreviewFormKind Enum
Lists the values specifying the user interface of the Print Preview form.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Members
| Name | Description |
|---|---|
Bars
|
The Print Preview form utilizes the Bars user interface. |
Ribbon
|
The Print Preview form utilizes the Ribbon user interface. |
Related API Members
The following properties accept/return PrintPreviewFormKind values:
| Library | Related API Members |
|---|---|
| WPF Controls | DXRichEditPrintingOptions.PrintPreviewFormKind |
| Office File API | PrintingOptions.PrintPreviewFormKind |
Remarks
A PrintPreviewFormKind enumeration value is returned by the PrintingOptions.PrintPreviewFormKind property.
See Also