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

    Sub-Presenter for Differences-Exports creating a file result, such as PDF or PNG.

    Inheritance
    System.Object
    BridgedObject
    BasePresenter
    ExportPresenter
    ExportFilePresenter
    DifferencesPDFPresenter
    DifferencesPNGPresenter
    Inherited Members
    ExportPresenter.PAINT_LEFT
    ExportPresenter.PAINT_RIGHT
    ExportPresenter.PAINT_BOTH
    ExportPresenter.SetBackgroundColor(Nullable<Int32>)
    ExportPresenter.SetPaintOverlap(Boolean)
    ExportPresenter.SetOverlapAlpha(Single)
    ExportPresenter.SetPaintSides(Byte)
    BasePresenter.execute(ResultModel)
    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 abstract class ExportFilePresenter : ExportPresenter

    Properties

    ExportOnlyOnDifferences

    A boolean flag indicating whether an export will be generated when there are no differences found in the compared PDFs.

    Default value is false.

    Declaration
    [Obsolete("This method no longer has an effect on new instances. Use the comparison settings instead to set this property per comparison.")]
    public bool ExportOnlyOnDifferences { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    SetPrintRange(Int32, Int32)

    Set the range of pages to render into the export-document.

    If both parameters are -1, all pages will be printed. This is the default setting.

    Declaration
    public void SetPrintRange(int from, int to)
    Parameters
    Type Name Description
    System.Int32 from

    The first page to include, 0-based.

    System.Int32 to

    the last page to include

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