Back to Devexpress

RichEditDocumentServer.Print Method

officefileapi-devexpress-dot-xtrarichedit-dot-richeditdocumentserver-dot-print.md

latest1.2 KB
Original Source

RichEditDocumentServer.Print Method

NameParametersDescription
Print()nonePrints the document to the default printer with the default settings.
Print(DXPrinterSettings, String)printerSettings, printDocumentNamePrints the document specified by name with the specified cross-platform printer settings.
Print(DXPrinterSettings)printerSettingsPrints the document with the given cross-platform printer settings.
Print(PrinterSettings, String)printerSettings, printDocumentNamePrints the document with the given printer settings and document name.
Print(PrinterSettings)printerSettingsPrints the document with the given printer settings.