Class PDFViewCtrl.LinkInfo
LinkInfo is a utility class that retains link information when used with GetLinkAt().
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class PDFViewCtrl.LinkInfo : IDisposable
Methods
Dispose()
Releases all resources used by the LinkInfo
Declaration
public override sealed void Dispose()
Dispose(bool)
Declaration
[HandleProcessCorruptedStateExceptions]
protected virtual void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
bool | A_0 |
~LinkInfo()
Declaration
protected ~LinkInfo()
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 |
---|---|
string | A string representing the URL of the link |