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

    Enumeration of the various setting which can be set for i-net PDFC.

    Inheritance
    System.Object
    PDFCVisibility
    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.Config
    Assembly: inetsoftware.Pdfc.dll
    Syntax
    public class PDFCVisibility

    Constructors

    PDFCVisibility()

    Declaration
    public PDFCVisibility()

    Fields

    ADDEDORREMOVED_COLOR

    Set the color for add/remove differences. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string ADDEDORREMOVED_COLOR = "ADDEDORREMOVED_COLOR"
    Field Value
    Type Description
    System.String

    ADDEDORREMOVED_VISIBILITY

    Set the visibility for add/remove differences. The visibility can be defined with visible/hidden.

    Declaration
    public const string ADDEDORREMOVED_VISIBILITY = "ADDEDORREMOVED_VISIBILITY"
    Field Value
    Type Description
    System.String

    ALLOUTLINEMARKER_COLOR

    Set the color for the connecting area for differences. (outline) The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string ALLOUTLINEMARKER_COLOR = "ALLOUTLINEMARKER_COLOR"
    Field Value
    Type Description
    System.String

    ALLOUTLINEMARKER_VISIBILITY

    Set the visibility for (by default blue) connedtion area for differences on both sides. (outline) The visibility can be defined with visible/hidden.

    Declaration
    public const string ALLOUTLINEMARKER_VISIBILITY = "ALLOUTLINEMARKER_VISIBILITY"
    Field Value
    Type Description
    System.String

    AREA_COLOR

    Set the color for the area filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string AREA_COLOR = "AREA_COLOR"
    Field Value
    Type Description
    System.String

    AREA_VISIBILITY

    Set the visibility of the areas affected by the area filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string AREA_VISIBILITY = "AREA_VISIBILITY"
    Field Value
    Type Description
    System.String

    BASELINETABLE_COLOR

    Set the color for the table filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string BASELINETABLE_COLOR = "BASELINETABLE_COLOR"
    Field Value
    Type Description
    System.String

    BASELINETABLE_VISIBILITY

    Set the visibility of the areas affected by the table filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string BASELINETABLE_VISIBILITY = "BASELINETABLE_VISIBILITY"
    Field Value
    Type Description
    System.String

    CMAPPATCH_COLOR

    Set the color for the cmappatch filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string CMAPPATCH_COLOR = "CMAPPATCH_COLOR"
    Field Value
    Type Description
    System.String

    CMAPPATCH_VISIBILITY

    Set the visibility of the areas affected by the cmappatch filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string CMAPPATCH_VISIBILITY = "CMAPPATCH_VISIBILITY"
    Field Value
    Type Description
    System.String

    COMMENTS_VISIBILITY

    Set the visibility of comments and annotations in export. The visibility can be defined with visible/hidden.

    Declaration
    public const string COMMENTS_VISIBILITY = "COMMENTS_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_COMMENTS_VISIBILITY

    Show comments and annotations in the export The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_COMMENTS_VISIBILITY = "COMMENTS_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_CREATE_DIFFIMAGES_FIRST_VISIBILITY

    Specifies if a PNG image with the marked difference will be created. Such a image will be created for for each pair of pages if there are differences in elements, contained in these pages. If this enabled to paint the original page (first document). If this enabled and {@link EXPORT_CREATE_DIFFIMAGES_SECOND_VISIBILITY} enable both pages will be paint The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_CREATE_DIFFIMAGES_FIRST_VISIBILITY = "CREATE_DIFFIMAGES_FIRST_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_CREATE_DIFFIMAGES_SECOND_VISIBILITY

    Specifies if a PNG image with the marked difference will be created. Such a image will be created for for each pair of pages if there are differences in elements, contained in these pages. If this enabled to paint the new page (second document). If this enabled and {@link EXPORT_CREATE_DIFFIMAGES_FIRST_VISIBILITY} enable both pages will be paint The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_CREATE_DIFFIMAGES_SECOND_VISIBILITY = "CREATE_DIFFIMAGES_SECOND_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_CREATE_ORIGIMAGES_VISIBILITY

    Specifies if a PNG image with the original content will be created for each compared page. The default value is: false. The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_CREATE_ORIGIMAGES_VISIBILITY = "CREATE_ORIGIMAGES_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_CREATE_XORIMAGES_VISIBILITY

    Creates an (negated) XOR image for any pair of pages with differences. The image will be stored as an PNG in the differences directory of the current comparison. If EXPORT_CREATE_DIFFIMAGES_FIRST_VISIBILITY and EXPORT_CREATE_DIFFIMAGES_SECOND_VISIBILITY is enabled, the XOR image will be drawn onto the image created by CREATE_DIFFIMAGES between the two actual page images. The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_CREATE_XORIMAGES_VISIBILITY = "CREATE_XORIMAGES_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_FOOTER_VISIBILITY

    Add a footer with status infos per page The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_FOOTER_VISIBILITY = "FOOTER_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_HEADER_VISIBILITY

    Add a header with status infos per page The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_HEADER_VISIBILITY = "HEADER_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_ONLY_ON_DIFFERENCES_VISIBILITY

    Only export the comparison PDF in case there were differences. Does not affect the ReportPDFPresenter. The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_ONLY_ON_DIFFERENCES_VISIBILITY = "ONLY_ON_DIFFERENCES_VISIBILITY"
    Field Value
    Type Description
    System.String

    EXPORT_SCALETOPAGEHEIGHT_VISIBILITY

    If activated the printed pages will be scaled to the output pages. This will prevent pages from being 'cut' in the output. The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_SCALETOPAGEHEIGHT_VISIBILITY = "SCALETOPAGEHEIGHT_VISIBILITY"
    Field Value
    Type Description
    System.String

    HEADERFOOTER_COLOR

    Set the color for the headerfooter filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string HEADERFOOTER_COLOR = "HEADERFOOTER_COLOR"
    Field Value
    Type Description
    System.String

    HEADERFOOTER_VISIBILITY

    Set the visibility of the areas affected by the headerfooter filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string HEADERFOOTER_VISIBILITY = "HEADERFOOTER_VISIBILITY"
    Field Value
    Type Description
    System.String

    HIDEROTATEDTEXT_COLOR

    Set the color for the rotated text filter. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string HIDEROTATEDTEXT_COLOR = "HIDEROTATEDTEXT_COLOR"
    Field Value
    Type Description
    System.String

    HIDEROTATEDTEXT_VISIBILITY

    Set the visibility of the areas affected by the rotated text filter. The visibility can be defined with visible/hidden.

    Declaration
    public const string HIDEROTATEDTEXT_VISIBILITY = "HIDEROTATEDTEXT_VISIBILITY"
    Field Value
    Type Description
    System.String

    INVISIBLEELEMENTS_COLOR

    Set the color for the invisible elements filter. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string INVISIBLEELEMENTS_COLOR = "INVISIBLEELEMENTS_COLOR"
    Field Value
    Type Description
    System.String

    INVISIBLEELEMENTS_VISIBILITY

    Set the visibility of the areas affected by the invisible elements filter. The visibility can be defined with visible/hidden.

    Declaration
    public const string INVISIBLEELEMENTS_VISIBILITY = "INVISIBLEELEMENTS_VISIBILITY"
    Field Value
    Type Description
    System.String

    METADATACHANGED_COLOR

    Set the color for 'meta data changed' differences. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string METADATACHANGED_COLOR = "METADATACHANGED_COLOR"
    Field Value
    Type Description
    System.String

    METADATACHANGED_VISIBILITY

    Set the visibility for 'meta data changed' differences. The visibility can be defined with visible/hidden.

    Declaration
    public const string METADATACHANGED_VISIBILITY = "METADATACHANGED_VISIBILITY"
    Field Value
    Type Description
    System.String

    METAOPTION_ALLOUTLINEMARKER_VISIBILITY

    A differences marker between two documents The visibility can be defined with visible/hidden.

    Declaration
    public const string METAOPTION_ALLOUTLINEMARKER_VISIBILITY = "ALLOUTLINEMARKER_VISIBILITY"
    Field Value
    Type Description
    System.String

    MODIFIED_COLOR

    Set the color for 'modified' diffs. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string MODIFIED_COLOR = "MODIFIED_COLOR"
    Field Value
    Type Description
    System.String

    MODIFIED_VISIBILITY

    Set the visibility for 'modified' differences. The visibility can be defined with visible/hidden.

    Declaration
    public const string MODIFIED_VISIBILITY = "MODIFIED_VISIBILITY"
    Field Value
    Type Description
    System.String

    MULTICOLUMN_COLOR

    Set the color for the multicolumn filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string MULTICOLUMN_COLOR = "MULTICOLUMN_COLOR"
    Field Value
    Type Description
    System.String

    MULTICOLUMN_VISIBILITY

    Set the visibility of the areas affected by the multicolumn filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string MULTICOLUMN_VISIBILITY = "MULTICOLUMN_VISIBILITY"
    Field Value
    Type Description
    System.String

    OCR_COLOR

    Set the color for the image to text filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string OCR_COLOR = "OCR_COLOR"
    Field Value
    Type Description
    System.String

    OCR_VISIBILITY

    Set the visibility of the areas affected by the image to text filter plugin. This will outline the words recognized by the OCR process. The visibility can be defined with visible/hidden.

    Declaration
    public const string OCR_VISIBILITY = "OCR_VISIBILITY"
    Field Value
    Type Description
    System.String

    ONLY_ON_DIFFERENCES_VISIBILITY

    Only export the comparison PDF in case there were differences. Does not affect the ReportPDFPresenter. The visibility can be defined with visible/hidden.

    Declaration
    public const string ONLY_ON_DIFFERENCES_VISIBILITY = "ONLY_ON_DIFFERENCES_VISIBILITY"
    Field Value
    Type Description
    System.String

    ONLYPAGESWITHDIFFS_VISIBILITY

    Minimized pages with no differences The visibility can be defined with visible/hidden.

    Declaration
    public const string ONLYPAGESWITHDIFFS_VISIBILITY = "ONLYPAGESWITHDIFFS_VISIBILITY"
    Field Value
    Type Description
    System.String

    PAGERANGE_COLOR

    Set the color for the page range filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string PAGERANGE_COLOR = "PAGERANGE_COLOR"
    Field Value
    Type Description
    System.String

    PAGERANGE_VISIBILITY

    Set the visibility of the areas affected by the page range filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string PAGERANGE_VISIBILITY = "PAGERANGE_VISIBILITY"
    Field Value
    Type Description
    System.String

    REGEXP_COLOR

    Set the color for the regex filter plugin. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string REGEXP_COLOR = "REGEXP_COLOR"
    Field Value
    Type Description
    System.String

    REGEXP_VISIBILITY

    Set the visibility of the areas affected by the regex filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string REGEXP_VISIBILITY = "REGEXP_VISIBILITY"
    Field Value
    Type Description
    System.String

    REPLACED_COLOR

    Set the color for 'replaced' diffs. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string REPLACED_COLOR = "REPLACED_COLOR"
    Field Value
    Type Description
    System.String

    REPLACED_VISIBILITY

    Set the visibility for 'replaced' diffs. The visibility can be defined with visible/hidden.

    Declaration
    public const string REPLACED_VISIBILITY = "REPLACED_VISIBILITY"
    Field Value
    Type Description
    System.String

    SCALETOPAGEHEIGHT_VISIBILITY

    If activated the printed pages will be scaled to the output pages. This will prevent pages from being 'cut' in the output. The visibility can be defined with visible/hidden.

    Declaration
    public const string SCALETOPAGEHEIGHT_VISIBILITY = "SCALETOPAGEHEIGHT_VISIBILITY"
    Field Value
    Type Description
    System.String

    TEXTTRANSFORM_COLOR

    Set the color for the transform filter. The color format can be defined using 6 or 8 characters (0-9 and a-f).

    Declaration
    public const string TEXTTRANSFORM_COLOR = "TEXTTRANSFORM_COLOR"
    Field Value
    Type Description
    System.String

    TEXTTRANSFORM_VISIBILITY

    Set the visibility of the areas affected by the transform filter. The visibility can be defined with visible/hidden.

    Declaration
    public const string TEXTTRANSFORM_VISIBILITY = "TEXTTRANSFORM_VISIBILITY"
    Field Value
    Type Description
    System.String

    See Also

    SetSettings(IDictionary<String, String>)
    In This Article
    Back to top Copyright © 2010-2025 i-net software GmbH