Skip to main content
All docs
V26.1
  • ASPxRichEditPrintingSettings.PrintMode Property

    Specifies the print mode.

    Namespace: DevExpress.Web.ASPxRichEdit

    Assembly: DevExpress.Web.ASPxRichEdit.v26.1.dll

    Declaration

    [DefaultValue(PrintMode.ServerPdf)]
    public PrintMode PrintMode { get; set; }

    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
    .Printing .PrintMode

    Remarks

    See the Print a Document topic to learn more about print modes.

    See Also