Documents for PDF, .NET Edition Documentation
WidgetAnnotation Constructor(Page,RectangleF)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Annotations Namespace > WidgetAnnotation Class > WidgetAnnotation Constructor : WidgetAnnotation Constructor(Page,RectangleF)
The page containing created annotation.
The annotation's bounds on the page.
Initializes a new instance of the WidgetAnnotation class.
Syntax
'Declaration
 
Public Function New( _
   ByVal page As Page, _
   ByVal rect As System.Drawing.RectangleF _
)
public WidgetAnnotation( 
   Page page,
   System.Drawing.RectangleF rect
)

Parameters

page
The page containing created annotation.
rect
The annotation's bounds on the page.
See Also

Reference

WidgetAnnotation Class
WidgetAnnotation Members
Overload List