Back to Devexpress

PrintMode Enum

aspnet-devexpress-dot-web-dot-aspxrichedit-8f07e451.md

latest1.1 KB
Original Source

PrintMode Enum

Lists values that specify the print mode.

Namespace : DevExpress.Web.ASPxRichEdit

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public enum PrintMode
vb
Public Enum PrintMode

Members

NameDescription
ServerPdf

The server PDF file is printed.

| | ClientHtml |

The client HTML page is printed.

| | ClientPdf |

The client PDF file is printed.

|

The following properties accept/return PrintMode values:

See Also

Print a Document

DevExpress.Web.ASPxRichEdit Namespace