
Hi, do you have an example of a quick print option. The SyntaxEditor.ShowPrintDialog always displays a dialog, is it possible to print without displaying the dialog. Any assistance appreciated.
FixedDocument fixedDocument = editor.PrintSettings.CreateFixedDocument(editor);
PrintDialog window = new PrintDialog();
window.PrintDocument(fixedDocument.DocumentPaginator, editor.Document.FileName);
Please log in to a validated account to post comments.