Class InfoData
Information about a specific page comparison.
Inherited Members
Namespace: inetsoftware.Pdfc.Generator.Message
Assembly: inetsoftware.Pdfc.dll
Syntax
public class InfoData
Constructors
InfoData()
Declaration
public InfoData()
Properties
FirstFile
The file of the first PDF being compared.
Declaration
public string FirstFile { get; }
Property Value
Type | Description |
---|---|
String |
FirstPageCount
The total number of pages in the first PDF.
Declaration
public int FirstPageCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
SecondFile
The file of the secondPDF being compared.
Declaration
public string SecondFile { get; }
Property Value
Type | Description |
---|---|
String |
SecondPageCount
The total number of pages in the second PDF.
Declaration
public int SecondPageCount { get; }
Property Value
Type | Description |
---|---|
Int32 |