This class represents the artifact attributes. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 385, page 787.

An artifact attributes dictionary carries properties associated with a marked artifact in a PDF content stream. Artifacts are content elements that are not part of the logical document structure, such as headers, footers, page numbers, and decorative elements.

The BBox entry gives the bounding box of the artifact in default user space. Accessibility tools and reflow engines use this to identify and exclude artifact content from the logical reading order.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.AttributesElement
          WebSupergoo.ABCpdf14.Elements.ArtifactAttributesElement

 

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

 

   
   
Property
Description
EntryType Represents the "Type" entry of the artifact attributes object.
EntryBBox Represents the "BBox" entry of the artifact attributes object.
EntrySubtype Represents the "Subtype" entry of the artifact attributes object.
inherited properties...