[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.RadioButtonField.AddItem

AddItem Method

AddItem(Page, RectangleF, CheckStyle, BorderStyle)

Creates a new WidgetAnnotation and adds it to the Widgets collection.

Declaration
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
Parameters
Type Name Description
Page page

The page on which the new WidgetAnnotation will be placed.

RectangleF bounds

The bounds of the new WidgetAnnotation on page.

CheckStyle checkStyle

The check mark style.

BorderStyle borderStyle

The border style.

Returns
Type Description
WidgetAnnotation

Returns the created WidgetAnnotation object.