|
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
|