[]
Creates a new WidgetAnnotation and adds it to the Widgets collection.
public WidgetAnnotation AddItem(Page page, RectangleF bounds, CheckStyle checkStyle = CheckStyle.Circle, BorderStyle borderStyle = BorderStyle.Solid)
| Type | Name | Description |
|---|---|---|
| Page | page | The page on which the new WidgetAnnotation will be placed. |
| RectangleF | bounds | The bounds of the new WidgetAnnotation on |
| CheckStyle | checkStyle | The check mark style. |
| BorderStyle | borderStyle | The border style. |
| Type | Description |
|---|---|
| WidgetAnnotation | Returns the created WidgetAnnotation object. |