Skip to main content

ASPxRichEditPrintingSettings.PrintMode Property

Specifies the print mode.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(PrintMode.ServerPdf)]
public PrintMode PrintMode { get; set; }

Property Value

Type Default Description
PrintMode ServerPdf

A print mode.

Available values:

Name Description
ServerPdf

The server PDF file is printed.

ClientHtml

The client HTML page is printed.

ClientPdf

The client PDF file is printed.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintMode
ASPxRichEditSettings
.Printing .PrintMode

Remarks

See the Print a Document topic to learn more about print modes.

See Also