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
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | settings | The settings, empty for default |