This class represents link structure attributes.

These are attributes associated with links in tagged PDF documents.

This is not part of the offical PDF specification, but it is used in Adobe produced documents.

Link attribute dictionaries carry properties that associate a URI or destination with a region in a PDF document. They are used in the web capture mechanism to record the origin of captured content.

The S entry names the type of link: URL for a URI-based link or Page for a page-based link. The ID entry holds the URI string for URL links.

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

 

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

 

   
   
Property
Description
EntryID This property represents the "ID" entry of the link structure attributes object.
EntryS This property represents the "S" entry of the link structure attributes object.
inherited properties...