Initializes a new instance of the class.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfActionLinkAnnotation(
	RectangleF rectangle,
	PdfAction action
)
Public Sub New ( 
	rectangle As RectangleF,
	action As PdfAction
)
public:
PdfActionLinkAnnotation(
	RectangleF rectangle, 
	PdfAction^ action
)
new : 
        rectangle : RectangleF * 
        action : PdfAction -> PdfActionLinkAnnotation

Parameters

rectangle
RectangleF
Bounds specifies the location of the drawn text.
action
PdfAction
The specifies an action to be executed when the link is activated.

See Also