Link Search Menu Expand Document

LinkAnnotation Constructor (Destination, RectangleF)

Initializes a new instance of the Bytescout.PDF.LinkAnnotation class.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public LinkAnnotation(
	Destination destination,
	RectangleF boundingBox
)

Parameters

destination
Type: Bytescout.PDFDestination
The destination to jump to.
boundingBox
Type: System.DrawingRectangleF
Bounds of the link area.
See Also

Reference