Skip to content

poloab/SintillaNetPrinting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages