Initializes a new instance of the PdfAnnotation 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# 
protected PdfAnnotation(
	RectangleF bounds
)
Protected Sub New ( 
	bounds As RectangleF
)
protected:
PdfAnnotation(
	RectangleF bounds
)
new : 
        bounds : RectangleF -> PdfAnnotation

Parameters

bounds
RectangleF

See Also