This class represents the trap network annotation. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 366, page 637.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 403, page 820.

This class is always an indirect object because it inherits from AnnotationElement which is always an indirect object.

A trap network annotation records the trapping applied to a PDF page. Trapping adds small overlaps between adjacent color areas to prevent white gaps caused by misregistration during printing.

The annotation appearance stream contains trap regions as filled paths. It lies on top of the page content and replaces the untrapped content when the trapped version is used for output.

The LastModified entry records when the trap network was last generated. Comparing this with the page modification date indicates whether the traps are still current.

The Version entry identifies the trap network version. The AnnotStates entry records the state of all annotations at trap time, as annotation appearances may affect the trapping. The FontFauxing entry lists fonts that had synthetic bold or italic applied.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.AnnotationElement
          WebSupergoo.ABCpdf14.Elements.TrapNetworkAnnotationElement

 

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

 

   
   
Property
Description
EntryLastModified Represents the "LastModified" entry of the trap network annotation object.
EntryVersion Represents the "Version" entry of the trap network annotation object.
EntryAnnotStates Represents the "AnnotStates" entry of the trap network annotation object.
EntryFontFauxing Represents the "FontFauxing" entry of the trap network annotation object.
inherited properties...