poloab / SintillaNetPrinting

Add print functionallity to ScintillaNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SintillaNetPrinting

Add print functionallity to ScintillaNet 3.x https://github.com/jacobslusser/ScintillaNET

To Use it:

Include ScintillaNetPrinting folder in your porject along with ScintillaNet 3.x and reference it:

ScintillaNetPrinting.Printing printer = new ScintillaNetPrinting.Printing(ScintillaNet);

printer.PageSettings = new ScintillaNetPrinting.PageSettings() { ColorMode = ScintillaNePrinting.PageSettings.PrintColorMode.BlackOnWhite };

printer.Print();

or

printer.PrintPreview();

This is a copy and adaptation of original printing functionallity of ScintillaNet 2.6 version.

About

Add print functionallity to ScintillaNet

License:MIT License


Languages

Language:C# 100.0%