This class represents the appearance characteristics dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 189, page 409.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 192, page 496.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.AppearanceCharacteristicsElement

An appearance characteristics dictionary supplies the visual parameters used when a viewer generates appearance streams for a widget annotation automatically. It provides colours, captions, and icon references for the normal, rollover, and down states.

The BC and BG entries supply border and background colours. The CA, RC, and AC entries hold caption text for the three button states. The I, RI, and IX entries reference icon form XObjects.

The IF entry holds an icon fit dictionary controlling how the icon is scaled and positioned. The R entry gives the clockwise rotation. The TP entry selects the relative position of caption and icon.

 

   
   
Method
Description
AppearanceCharacteristicsElement Create a new AppearanceCharacteristicsElement.
inherited methods...

 

   
   
Property
Description
EntryR Represents the "R" entry of the appearance characteristics dictionary object.
EntryBC Represents the "BC" entry of the appearance characteristics dictionary object.
EntryBG Represents the "BG" entry of the appearance characteristics dictionary object.
EntryCA Represents the "CA" entry of the appearance characteristics dictionary object.
EntryRC Represents the "RC" entry of the appearance characteristics dictionary object.
EntryAC Represents the "AC" entry of the appearance characteristics dictionary object.
EntryI Represents the "I" entry of the appearance characteristics dictionary object.
EntryRI Represents the "RI" entry of the appearance characteristics dictionary object.
EntryIX Represents the "IX" entry of the appearance characteristics dictionary object.
EntryIF Represents the "IF" entry of the appearance characteristics dictionary object.
EntryTP Represents the "TP" entry of the appearance characteristics dictionary object.
inherited properties...