Document Solutions for PDF
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.

In This Topic
    WidgetAnnotation Constructor(Page,RectangleF)
    In This Topic
    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