PdfPage.AddLinkToPage Method (PdfRectangle, Int32)

Adds the new link area to the PdfPage.

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

Syntax

C#
public PdfActionArea AddLinkToPage(
	PdfRectangle boundingBox,
	int pageIndex
)
VB
Public Function AddLinkToPage ( 
	boundingBox As PdfRectangle,
	pageIndex As Integer
) As PdfActionArea

Parameters

boundingBox
Type: BitMiracle.Docotic.Pdf.PdfRectangle
The PdfRectangle structure that specifies the location and the size of the link area.
pageIndex
Type: System.Int32
Index of the page to be displayed when the link area is activated.

Return Value

Type: PdfActionArea
The newly created PdfActionArea object.

See Also