Designer |
 |
|
DocumentDesigner |
|
Supports document creation and printing |
 |
 |
|
PreviewToolbar |
|
Controls preview, customization allowed |
 |
 |
|
PreviewStatusBar |
|
Shows page number and zoom information, customization allowed |
Providers |
 |
|
PrintProvider |
|
Base provider class |
 |
 |
|
WatermarkProvider |
|
Prints watermark graphics on the page |
 |
 |
|
PageIndentProvider |
|
Supports indent of content on the page |
 |
 |
|
PageNumberProvider |
|
Prints page number on the page |
 |
 |
|
ContentProvider |
|
Base content provider, supports "begin from new page" feature |
 |
 |
|
ContentIndentProvider |
|
Supports indent between two other content providers |
 |
 |
|
EvenOddProvider |
|
Alternates two content providers between even and odd pages |
 |
 |
|
DocumentToProvider |
|
Allows using old print job implemented by PrintDocument |
 |
 |
|
ProviderToDocument |
|
Allows using content from print provider in PrintDocument |
Text Providers |
 |
|
TextProvider |
|
Base provider for text printing |
 |
 |
|
TextBoxProvider |
|
Prints content of TextBox control |
 |
 |
|
RichTextBoxProvider |
|
Prints content of RichTextBox control |
 |
 |
|
ComboBoxProvider |
|
Prints content of ComboBox control |
 |
 |
|
ListBoxProvider |
|
Prints content of ListBox control |
Image Providers |
 |
|
ImageProvider |
|
Base class for image printing |
 |
 |
|
ImageListProvider |
|
Prints content of ImageList |
 |
 |
|
PictureBoxProvider |
|
Prints content of PictureBox |
 |
 |
|
ControlImageProvider |
|
Prints snapshot of control |
 |
 |
|
ScreenshotProvider |
|
Prints screenshot |
Grid Providers |
 |
|
GridProvider |
|
Base provider for grid printing |
 |
 |
|
FixedGridProvider |
|
Prints simplest grid with fixed rows and columns |
 |
 |
|
TextGridProvider |
|
Prints text grid |
 |
 |
|
ListViewProvider |
|
Prints content of ListView control |
 |
 |
|
DataGridViewProvider |
|
Prints content of DataGridView control |