Find more information at GitHub
Microsoft's documentation & sample for printing is too much complex. The sample app for printing shows only how to print RichTextBlock. There's no tutorial to print the text box content in Windows Store app. Moreover to print single line of string, one has to write too much code rathar than maximum 10 lines in WinForm. So this library provides a helper class which has only one static method. It prints the text box content with its formatting. It's majorely based on MSDN print sample.