Skip to main content
A newer version of this page is available. .

PrintMode Enum

Lists values that specify the print mode.

Namespace: DevExpress.Web.ASPxRichEdit

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

Declaration

public enum PrintMode

Members

Name Description
ServerPdf

The server PDF file is printed.

ClientHtml

The client HTML page is printed.

Related API Members

The following properties accept/return PrintMode values:

Remarks

The values listed by this enumeration are used to set the PrintMode property.

See Also