Class Diff
The informations to a difference.
Inherited Members
Namespace: inetsoftware.Pdfc.Results
Assembly: inetsoftware.Pdfc.dll
Syntax
public class Diff
Constructors
Diff()
Declaration
public Diff()
Properties
Bounds
The bounds of the Diff in the format x,y,width,height
Declaration
public Tuple<int, int, int, int> Bounds { get; }
Property Value
Type | Description |
---|---|
Tuple<Int32, Int32, Int32, Int32> |
Document
1 for the first document and 2 for the second document in the comparison.
Declaration
public int Document { get; }
Property Value
Type | Description |
---|---|
Int32 |
Element
The label of the element, this diff is from.
Declaration
public string Element { get; }
Property Value
Type | Description |
---|---|
String |
Message
The modification message for the diff.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Page
the page number, this diff is on. Starts with Zero.
Declaration
public int Page { get; }
Property Value
Type | Description |
---|---|
Int32 |
Type
The type of the diff group the difference belong to.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
String |