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 PdfUriAnnotation(
	RectangleF rectangle,
	string uri
)
Public Sub New ( 
	rectangle As RectangleF,
	uri As String
)
public:
PdfUriAnnotation(
	RectangleF rectangle, 
	String^ uri
)
new : 
        rectangle : RectangleF * 
        uri : string -> PdfUriAnnotation

Parameters

rectangle
RectangleF
RectangleF structure that specifies the bounds of the annotation.
uri
String
unique resource identifier path.

See Also