Click or drag to resize

InternalLinkElement Constructor

Constructs an PDF internal link element

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public InternalLinkElement(
	RectangleF linkRectangle,
	ExplicitDestination linkDestination
)

Parameters

linkRectangle  RectangleF
The link rectangle in page
linkDestination  ExplicitDestination
The link destination
See Also