Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PrintPreviewFormKind Enum

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum PrintPreviewFormKind

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