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

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

    Inheritance
    object
    BridgedObject
    BasePresenter
    ExportPresenter
    ExportFilePresenter
    DifferencesPDFPresenter
    DifferencesPNGPresenter
    Inherited Members
    ExportPresenter.PAINT_LEFT
    ExportPresenter.PAINT_RIGHT
    ExportPresenter.PAINT_BOTH
    ExportPresenter.SetBackgroundColor(int?)
    ExportPresenter.SetPaintOverlap(bool)
    ExportPresenter.SetOverlapAlpha(float)
    ExportPresenter.SetPaintSides(byte)
    BasePresenter.execute(ResultModel)
    BridgedObject.Equals(object)
    BridgedObject.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    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
    bool

    Methods

    SetPrintRange(int, int)

    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
    int from

    The first page to include, 0-based.

    int to

    the last page to include

    In this article
    Back to top Copyright © - i-net /// software