Click or drag to resize
Pdf Library for .NET

PdfInternalLinkElement Constructor

Initializes an internal link pdf element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfInternalLinkElement(
	RectangleF linkRectangle,
	PdfDestination linkDestination
)

Parameters

linkRectangle
Type: System.DrawingRectangleF
The link rectangle in the page.
linkDestination
Type: SelectPdfPdfDestination
The link destination in the pdf document.
See Also