Initializes new instance of class.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfLinkAnnotation(
	RectangleF rectangle
)
Public Sub New ( 
	rectangle As RectangleF
)
public:
PdfLinkAnnotation(
	RectangleF rectangle
)
new : 
        rectangle : RectangleF -> PdfLinkAnnotation

Parameters

rectangle
RectangleF
Bounds of the annotation.

See Also