LinkAnnotation Constructor (Action, RectangleF)ByteScout PDF SDK
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(
	Action action,
	RectangleF boundingBox
)

Parameters

action
Type: Bytescout.PDFAction
The action to be performed when this item is activated.
boundingBox
Type: System.DrawingRectangleF
Bounds of the link area.
See Also

Reference