Back to Devexpress

PrintPreviewFormKind Enum

officefileapi-devexpress-dot-xtrarichedit-6f890fdc.md

latest1.7 KB
Original Source

PrintPreviewFormKind Enum

Lists the values specifying the user interface of the Print Preview form.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum PrintPreviewFormKind
vb
Public Enum PrintPreviewFormKind

Members

NameDescription
Bars

The Print Preview form utilizes the Bars user interface.

| | Ribbon |

The Print Preview form utilizes the Ribbon user interface.

|

The following properties accept/return PrintPreviewFormKind values:

LibraryRelated API Members
WPF ControlsDXRichEditPrintingOptions.PrintPreviewFormKind
Office File APIPrintingOptions.PrintPreviewFormKind

Remarks

A PrintPreviewFormKind enumeration value is returned by the PrintingOptions.PrintPreviewFormKind property.

See Also

DevExpress.XtraRichEdit Namespace