• API Documentation
  • i-net PDFC
  • 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
    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
    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH