Click or drag to resize

PDFViewCtrlLinkInfo Class

PDFViewCtrlLinkInfo is an utility class that retains link information when used with GetLinkAt().
Inheritance Hierarchy
SystemObject
  pdftron.PDFPDFViewCtrlLinkInfo

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PDFViewCtrlLinkInfo : IClosable

The PDFViewCtrlLinkInfo type exposes the following members.

Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRect
Gets the bounding rectangle of the link.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUrl
Gets the url string of the link.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also