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