Show / Hide Table of Contents

Class PDFViewCtrl.LinkInfo

LinkInfo is a utility class that retains link information when used with GetLinkAt().

Inheritance
object
PDFViewCtrl.LinkInfo
Implements
IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Implements

IDisposable
In This Article
Back to top Generated by DocFX