Class ConsolePresenter
A presenter to print the modifications of a comparison run to the log. If used for a batch comparison the presenter will print a summary for all compared documents at the end of the batch run.
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 ConsolePresenter : BasePresenter
Constructors
ConsolePresenter()
Create a instance
Declaration
public ConsolePresenter()
Properties
MaxErrors
Sets the maximum number of errors to be displayed per comparison. Any further error will just be summed up in a comparison.
Declaration
public int MaxErrors { set; }
Property Value
Type | Description |
---|---|
System. |