Class Diff
The informations to a difference.
Inheritance
System.Object
Diff
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Tuple<System.Int32, System.Int32, System.Int32, System.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 |
---|---|
System.Int32 |
Element
The label of the element, this diff is from.
Declaration
public string Element { get; }
Property Value
Type | Description |
---|---|
System.String |
Message
The modification message for the diff.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
Page
the page number, this diff is on. Starts with Zero.
Declaration
public int Page { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
The type of the diff group the difference belong to.
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |