• 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 InfoData

    Information about a specific page comparison.

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

    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
    int
    In this article
    Back to top Copyright © - i-net /// software