• API Documentation
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    Class Diff

    The informations to a difference.

    Inheritance
    object
    Diff
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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<int, int, int, int>

    Document

    1 for the first document and 2 for the second document in the comparison.

    Declaration
    public int Document { get; }
    Property Value
    Type Description
    int

    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
    int

    Type

    The type of the diff group the difference belong to.

    Declaration
    public string Type { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Copyright © - i-net /// software