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

    This presenter exports a graphical overview of the complete comparison to a printer. The visual representation is similar to the one of the i-net PDFC GUI.

    Inheritance
    System.Object
    BridgedObject
    BasePresenter
    ExportPresenter
    DifferencesPrintPresenter
    Inherited Members
    ExportPresenter.PAINT_LEFT
    ExportPresenter.PAINT_RIGHT
    ExportPresenter.PAINT_BOTH
    ExportPresenter.SetBackgroundColor(Nullable<Int32>)
    ExportPresenter.SetPaintOverlap(Boolean)
    ExportPresenter.SetOverlapAlpha(Single)
    ExportPresenter.SetPaintSides(Byte)
    BridgedObject.Equals(Object)
    BridgedObject.GetHashCode()
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: inetsoftware.Pdfc.Presenter
    Assembly: inetsoftware.Pdfc.dll
    Syntax
    public class DifferencesPrintPresenter : ExportPresenter

    Constructors

    DifferencesPrintPresenter(IDictionary<String, String>)

    Create a new presenter. A list of possible keys can you find at: https://docs.oracle.com/javase/8/docs/api/javax/print/attribute/PrintRequestAttribute.html For example OrientationRequested=LANDSCAPE

    Declaration
    public DifferencesPrintPresenter(IDictionary<string, string> settings)
    Parameters
    Type Name Description
    System.Collections.Generic.IDictionary<System.String, System.String> settings

    The settings, empty for default

    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH