Skip to main content

PrintMode Enum

Lists values that specify the print mode.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll

NuGet Package: DevExpress.Web.Office

#Declaration

public enum PrintMode

#Members

Name Description
ServerPdf

The server PDF file is printed.

ClientHtml

The client HTML page is printed.

ClientPdf

The client PDF file is printed.

#Related API Members

The following properties accept/return PrintMode values:

See Also