PrintMode Enum
In This Article
Lists values that specify the print mode.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.1.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Members
Name | Description |
---|---|
Server
|
The server PDF file is printed. |
Client
|
The client HTML page is printed. |
Client
|
The client PDF file is printed. |
#Related API Members
The following properties accept/return PrintMode values:
See Also