ASPxRichEditPrintingSettings.PrintMode Property
In This Article
Specifies the print mode.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Print |
Server |
A print mode. |
Available values:
Name | Description |
---|---|
Server |
The server PDF file is printed. |
Client |
The client HTML page is printed. |
Client |
The client PDF file is printed. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Print |
---|---|
ASPx |
|
#Remarks
See the Print a Document topic to learn more about print modes.
See Also