'Declaration Public Function AddItem( _ ByVal page As Page, _ ByVal bounds As System.Drawing.RectangleF, _ Optional ByVal checkStyle As CheckStyle, _ Optional ByVal borderStyle As BorderStyle _ ) As WidgetAnnotation
public WidgetAnnotation AddItem( Page page, System.Drawing.RectangleF bounds, CheckStyle checkStyle, BorderStyle borderStyle )
Parameters
- page
- The page on which the new GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation will be placed.
- bounds
- The bounds of the new GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation on page.
- checkStyle
- The check mark style.
- borderStyle
- The border style.
Return Value
Returns the created GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation object.