PdfPage.AddHyperlink Method (PdfRectangle, Uri)

Adds the new hyperlink area to the PdfPage.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfActionArea AddHyperlink(
	PdfRectangle boundingBox,
	Uri uri
)
VB
Public Function AddHyperlink ( 
	boundingBox As PdfRectangle,
	uri As Uri
) As PdfActionArea

Parameters

boundingBox
Type: BitMiracle.Docotic.Pdf.PdfRectangle
The PdfRectangle structure that specifies the location and the size of the hyperlink area.
uri
Type: System.Uri
The uniform resource identifier (URI) to be resolved when the hyperlink area is activated.

Return Value

Type: PdfActionArea
The newly created PdfActionArea object.

See Also