• 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
      • 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
    Object
    PDFCVisibility
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 diffs. 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
    String

    ADDEDORREMOVED_VISIBILITY

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

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

    ALLOUTLINEMARKER_COLOR

    Set the color for diffs. (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
    String

    ALLOUTLINEMARKER_VISIBILITY

    Set the visibility for diffs. (outline) The visibility can be defined with visible/hidden.

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

    AREA_COLOR

    Set the color for 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
    String

    AREA_VISIBILITY

    Set the visibility for area filter plugin. The visibility can be defined with visible/hidden.

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

    BASELINETABLE_COLOR

    Set the color for 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
    String

    BASELINETABLE_VISIBILITY

    Set the visibility for table filter plugin. The visibility can be defined with visible/hidden.

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

    CMAPPATCH_COLOR

    Set the color for 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
    String

    CMAPPATCH_VISIBILITY

    Set the visibility for cmappatch filter plugin. The visibility can be defined with visible/hidden.

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

    COMMENTS_VISIBILITY

    Set the visibility for comments in export. The visibility can be defined with visible/hidden.

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

    EXPORT_COMMENTS_VISIBILITY

    Show the annotable in export The visibility can be defined with visible/hidden.

    Declaration
    public const string EXPORT_COMMENTS_VISIBILITY = "COMMENTS_VISIBILITY"
    Field Value
    Type Description
    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
    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
    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
    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
    String

    EXPORT_FOOTER_VISIBILITY

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

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

    EXPORT_HEADER_VISIBILITY

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

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

    EXPORT_ONLY_ON_DIFFERENCES_VISIBILITY

    Export the document if contain difference, all other didn't export 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
    String

    EXPORT_SCALETOPAGEHEIGHT_VISIBILITY

    Fit first page to the PDFs to first exported page The visibility can be defined with visible/hidden.

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

    HEADERFOOTER_COLOR

    Set the color for 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
    String

    HEADERFOOTER_VISIBILITY

    Set the visibility for headerfooter filter plugin. The visibility can be defined with visible/hidden.

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

    HIDEROTATEDTEXT_COLOR

    Set the color for 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
    String

    HIDEROTATEDTEXT_VISIBILITY

    Set the visibility for rotated text filter. The visibility can be defined with visible/hidden.

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

    INVISIBLEELEMENTS_COLOR

    Set the color for 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
    String

    INVISIBLEELEMENTS_VISIBILITY

    Set the visibility for invisible elements filter. The visibility can be defined with visible/hidden.

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

    METADATACHANGED_COLOR

    Set the color for meta data changed diffs. 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
    String

    METADATACHANGED_VISIBILITY

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

    Declaration
    public const string METADATACHANGED_VISIBILITY = "METADATACHANGED_VISIBILITY"
    Field Value
    Type Description
    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
    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
    String

    MODIFIED_VISIBILITY

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

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

    MULTICOLUMN_COLOR

    Set the color for 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
    String

    MULTICOLUMN_VISIBILITY

    Set the visibility for multicolumn filter plugin. The visibility can be defined with visible/hidden.

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

    OCR_COLOR

    Set the color for 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
    String

    OCR_VISIBILITY

    Set the visibility for image to text filter plugin. The visibility can be defined with visible/hidden.

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

    ONLY_ON_DIFFERENCES_VISIBILITY

    Show only page with diffs in export. The visibility can be defined with visible/hidden.

    Declaration
    public const string ONLY_ON_DIFFERENCES_VISIBILITY = "ONLY_ON_DIFFERENCES_VISIBILITY"
    Field Value
    Type Description
    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
    String

    PAGERANGE_COLOR

    Set the color for 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
    String

    PAGERANGE_VISIBILITY

    Set the visibility for page range filter plugin. The visibility can be defined with visible/hidden.

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

    REGEXP_COLOR

    Set the color for 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
    String

    REGEXP_VISIBILITY

    Set the visibility for regex filter plugin. The visibility can be defined with visible/hidden.

    Declaration
    public const string REGEXP_VISIBILITY = "REGEXP_VISIBILITY"
    Field Value
    Type Description
    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
    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
    String

    SCALETOPAGEHEIGHT_VISIBILITY

    Set the enable for scale to page height in export. The visibility can be defined with visible/hidden.

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

    TEXTTRANSFORM_COLOR

    Set the color for 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
    String

    TEXTTRANSFORM_VISIBILITY

    Set the visibility for transform filter. The visibility can be defined with visible/hidden.

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

    See Also

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