Class PDFViewCtrl.LinkInfo
LinkInfo is a utility class that retains link information when used with GetLinkAt().
Inheritance
System.Object
PDFViewCtrl.LinkInfo
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class LinkInfo : IDisposable
Methods
Dispose()
Releases all resources used by the LinkInfo
Declaration
public override sealed void Dispose()
Dispose(Boolean)
Declaration
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | A_0 |
Finalize()
Declaration
protected void Finalize()
GetRect()
Gets the bounding rectangle of the link.
Declaration
public Rect GetRect()
Returns
Type | Description |
---|---|
Rect | Bounding rectangle of the link, which specifies the area containing the link. |
GetUrl()
Gets the url string of the link.
Declaration
public string GetUrl()
Returns
Type | Description |
---|---|
System.String | A string representing the URL of the link |
Implements
System.IDisposable