[]
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)
Public Function AddItem(page As Page, bounds As RectangleF, Optional checkStyle As CheckStyle = CheckStyle.Circle, Optional borderStyle As BorderStyle = BorderStyle.Solid) As WidgetAnnotation
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. |