Skip to main content
All docs
V26.1
  • PrintMode Enum

    Lists values that specify the print mode.

    Namespace: DevExpress.Web.ASPxRichEdit

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

    Declaration

    public enum PrintMode

    Members

    Name Description
    ServerPdf

    The server PDF file is printed.

    ClientHtml

    The client HTML page is printed.

    ClientPdf

    The client PDF file is printed.

    Related API Members

    The following properties accept/return PrintMode values:

    See Also