Product Class Structure
The following tables list classes that represent the main elements in DXPrinting for WPF.
#Print Preview
Class | Description |
---|---|
Document |
A control that you can use to publish (preview, print, and export) documents in WPF applications. |
#Printing Links
Class | Description |
---|---|
Simple |
A link to print linear data. |
Collection |
A link to print objects which implement the ICollection |
Legacy |
A link to print Windows Forms controls that implement the IPrintable interface. |
Printable |
A link to print DevExpress controls and the base class for links to print other data. |
Templated |
The base class for links that provide printing functionality for WPF controls. |