PrintPreviewFormKind Enum
Lists the values specifying the user interface of the Print Preview form.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
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