Skip to main content

RichEditDocumentServer.Print Method

Name Parameters Description
Print() none Prints the document to the default printer with the default settings.
Print(DXPrinterSettings, String) printerSettings, printDocumentName Prints the document specified by name with the specified cross-platform printer settings.
Print(DXPrinterSettings) printerSettings Prints the document with the given cross-platform printer settings.
Print(PrinterSettings, String) printerSettings, printDocumentName Prints the document with the given printer settings and document name.
Print(PrinterSettings) printerSettings Prints the document with the given printer settings.