[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.-ctor

WidgetAnnotation Constructor

WidgetAnnotation()

Initializes a new instance of the WidgetAnnotation class.

Declaration
public WidgetAnnotation()
Public Sub New()

WidgetAnnotation(Page, RectangleF)

Initializes a new instance of the WidgetAnnotation class.

Declaration
public WidgetAnnotation(Page page, RectangleF rect)
Public Sub New(page As Page, rect As RectangleF)
Parameters
Type Name Description
Page page

The page containing created annotation.

RectangleF rect

The annotation's bounds on the page.