PdfiumViewer
Public Member Functions | Properties | List of all members
PdfiumViewer.PdfPageLink Class Reference

Describes a link on a page. More...

Public Member Functions

 PdfPageLink (RectangleF bounds, int? targetPage, string uri)
 Creates a new instance of the PdfPageLink class. More...
 

Properties

RectangleF Bounds [get]
 The location of the link. More...
 
int? TargetPage [get]
 The target of the link. More...
 
string Uri [get]
 The target URI of the link. More...
 

Detailed Description

Describes a link on a page.

Constructor & Destructor Documentation

◆ PdfPageLink()

PdfiumViewer.PdfPageLink.PdfPageLink ( RectangleF  bounds,
int?  targetPage,
string  uri 
)

Creates a new instance of the PdfPageLink class.

Parameters
boundsThe location of the link
targetPageThe target page of the link
uriThe target URI of the link

Property Documentation

◆ Bounds

RectangleF PdfiumViewer.PdfPageLink.Bounds
get

The location of the link.

◆ TargetPage

int? PdfiumViewer.PdfPageLink.TargetPage
get

The target of the link.

◆ Uri

string PdfiumViewer.PdfPageLink.Uri
get

The target URI of the link.


The documentation for this class was generated from the following file: