Class DifferencesPrintPresenter
This presenter exports a graphical overview of the complete comparison to a printer. The visual representation is similar to the one of the i-net PDFC GUI.
Inherited Members
Namespace: inetsoftware.Pdfc.Presenter
Assembly: inetsoftware.Pdfc.dll
Syntax
public class DifferencesPrintPresenter : ExportPresenter
Constructors
DifferencesPrintPresenter(IDictionary<String, String>)
Create a new presenter. A list of possible keys can you find at: https://docs.oracle.com/javase/8/docs/api/javax/print/attribute/PrintRequestAttribute.html For example OrientationRequested=LANDSCAPE
Declaration
public DifferencesPrintPresenter(IDictionary<string, string> settings)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<String, String> | settings | The settings, empty for default |