Classes
Class | Description | |
---|---|---|
AbstractImageProvider |
Base abstract class for all image providers.
| |
AbstractIndentProvider |
Base indent provider class.
| |
AbstractTextProvider |
Base abstract class for all text providers.
| |
CellBorders |
Provides cell border settings for pritn cell events.
| |
CellEventArgs |
Provides data for the cell events of grid print providers.
| |
CellLayout |
Represents data for cell layout.
| |
CellLayoutEventArgs |
Provides data for the cell layout events of grid print providers.
| |
CellPadding |
Provides functionality for cell paddings.
| |
CellSpanChangedEventArgs |
Provides data for the span changed events of grid print providers.
| |
CellSpanEventArgs |
Provides data for the cell span events of grid print providers.
| |
CellTextEventArgs |
Provides data for the cell text events of grid print providers.
| |
ComboBoxProvider |
Class for printing ComboBox content.
| |
ContentIndentProvider |
Supports indents between two content providers.
| |
ContentProvider |
Base provider for content printing.
| |
ControlImageProvider |
Provider for control snaphot printing.
| |
DataGridViewProvider |
Provider for DataGridView printing.
| |
DocumentToProvider |
Allows using print job created with standard PrintDocument in Print Suite .Net.
| |
EvenOddProvider |
Alternates two content providers between even and odd pages.
| |
FixedGridProvider |
Provider for printing fixed grid.
| |
GridProvider |
Base class for all grid providers.
| |
ImageListProvider |
Prints content of ImageList component.
| |
ImageProvider |
Simplest provider for printing image.
| |
ImageSnapProvider |
Base abstract provider for snapshot printing.
| |
ImportDataGridViewLayout |
Represents settings for control importing layout from DataGridView component.
| |
ImportListViewLayout |
Represents settings for control importing layout from DataGridView component.
| |
ListBoxProvider |
Class for printing ListBox content.
| |
ListViewProvider |
Provider for printing ListView content.
| |
MeasureColumnEventArgs |
Provides data for the measure column events of grid print providers.
| |
MeasureRowEventArgs |
Provides data for the measure column events of grid print providers.
| |
PageIndentProvider |
Supports indents of content on the page.
| |
PageNumberProvider |
Prints page number on each page within document section.
| |
PictureBoxProvider |
Class for printing PictureBox content.
| |
PrintCellEventArgs |
Provides data for the cell print events of grid print providers.
| |
PrintProvider |
Base class for all print providers.
| |
ProviderToDocument |
Allows using print provider with standard PrintDocument component without DocumentDesigner.
| |
RichTextBoxProvider |
Class for printing RichTextBox content.
| |
ScreenshotProvider |
Class for screenshot printing
| |
TextBoxProvider |
Class for printing TextBox content.
| |
TextGridProvider |
Provider for text grid printing.
| |
TextProvider |
Simplest class for text printing.
| |
WatermarkProvider |
Prints watermark graphics on each page of the document section.
|
Delegates
Delegate | Description | |
---|---|---|
CellEventHandler |
Represents the method that will handle the cell print events of grid provider classes.
| |
CellLayoutEventHandler |
Represents the method that will handle the cell layout events of grid provider classes.
| |
CellSpanChangedEventHandler |
Represents the method that will handle the cell span changed events of grid provider classes.
| |
CellSpanEventHandler |
Represents the method that will handle the cell span events of grid provider classes.
| |
CellTextEventHandler |
Represents the method that will handle the cell text events of grid provider classes.
| |
MeasureColumnEventHandler |
Represents the method that will handle the measure column events of grid provider classes.
| |
MeasureRowEventHandler |
Represents the method that will handle the measure row events of grid provider classes.
| |
PrintCellEventHandler |
Represents the method that will handle the print cell events of grid provider classes.
|
Enumerations
Enumeration | Description | |
---|---|---|
CellClipMode |
Specifies the cell clip mode.
| |
HeaderMode |
Provides mode for the grid header.
| |
ImagePrintMode |
Mode for image providers.
| |
SpanChangeAction |
Provides action for cell span change events of grid providers.
| |
SpanMode |
Specifies the span mode for the span related grid events.
| |
WatermarkProvider..::.WatermarkArea |
Watermark area for Area property of Watermark class.
| |
WatermarkProvider..::.WatermarkMode |
Watermark mode for Mode property of Watermark class.
|