Classes

  ClassDescription
Public classAbstractImageProvider
Base abstract class for all image providers.
Public classAbstractIndentProvider
Base indent provider class.
Public classAbstractTextProvider
Base abstract class for all text providers.
Public classCellBorders
Provides cell border settings for pritn cell events.
Public classCellEventArgs
Provides data for the cell events of grid print providers.
Public classCellLayout
Represents data for cell layout.
Public classCellLayoutEventArgs
Provides data for the cell layout events of grid print providers.
Public classCellPadding
Provides functionality for cell paddings.
Public classCellSpanChangedEventArgs
Provides data for the span changed events of grid print providers.
Public classCellSpanEventArgs
Provides data for the cell span events of grid print providers.
Public classCellTextEventArgs
Provides data for the cell text events of grid print providers.
Public classComboBoxProvider
Class for printing ComboBox content.
Public classContentIndentProvider
Supports indents between two content providers.
Public classContentProvider
Base provider for content printing.
Public classControlImageProvider
Provider for control snaphot printing.
Public classDataGridViewProvider
Provider for DataGridView printing.
Public classDocumentToProvider
Allows using print job created with standard PrintDocument in Print Suite .Net.
Public classEvenOddProvider
Alternates two content providers between even and odd pages.
Public classFixedGridProvider
Provider for printing fixed grid.
Public classGridProvider
Base class for all grid providers.
Public classImageListProvider
Prints content of ImageList component.
Public classImageProvider
Simplest provider for printing image.
Public classImageSnapProvider
Base abstract provider for snapshot printing.
Public classImportDataGridViewLayout
Represents settings for control importing layout from DataGridView component.
Public classImportListViewLayout
Represents settings for control importing layout from DataGridView component.
Public classListBoxProvider
Class for printing ListBox content.
Public classListViewProvider
Provider for printing ListView content.
Public classMeasureColumnEventArgs
Provides data for the measure column events of grid print providers.
Public classMeasureRowEventArgs
Provides data for the measure column events of grid print providers.
Public classPageIndentProvider
Supports indents of content on the page.
Public classPageNumberProvider
Prints page number on each page within document section.
Public classPictureBoxProvider
Class for printing PictureBox content.
Public classPrintCellEventArgs
Provides data for the cell print events of grid print providers.
Public classPrintProvider
Base class for all print providers.
Public classProviderToDocument
Allows using print provider with standard PrintDocument component without DocumentDesigner.
Public classRichTextBoxProvider
Class for printing RichTextBox content.
Public classScreenshotProvider
Class for screenshot printing
Public classTextBoxProvider
Class for printing TextBox content.
Public classTextGridProvider
Provider for text grid printing.
Public classTextProvider
Simplest class for text printing.
Public classWatermarkProvider
Prints watermark graphics on each page of the document section.

Delegates

  DelegateDescription
Public delegateCellEventHandler
Represents the method that will handle the cell print events of grid provider classes.
Public delegateCellLayoutEventHandler
Represents the method that will handle the cell layout events of grid provider classes.
Public delegateCellSpanChangedEventHandler
Represents the method that will handle the cell span changed events of grid provider classes.
Public delegateCellSpanEventHandler
Represents the method that will handle the cell span events of grid provider classes.
Public delegateCellTextEventHandler
Represents the method that will handle the cell text events of grid provider classes.
Public delegateMeasureColumnEventHandler
Represents the method that will handle the measure column events of grid provider classes.
Public delegateMeasureRowEventHandler
Represents the method that will handle the measure row events of grid provider classes.
Public delegatePrintCellEventHandler
Represents the method that will handle the print cell events of grid provider classes.

Enumerations

  EnumerationDescription
Public enumerationCellClipMode
Specifies the cell clip mode.
Public enumerationHeaderMode
Provides mode for the grid header.
Public enumerationImagePrintMode
Mode for image providers.
Public enumerationSpanChangeAction
Provides action for cell span change events of grid providers.
Public enumerationSpanMode
Specifies the span mode for the span related grid events.
Public enumerationWatermarkProvider..::..WatermarkArea
Watermark area for Area property of Watermark class.
Public enumerationWatermarkProvider..::..WatermarkMode
Watermark mode for Mode property of Watermark class.