Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / RadioButtonField Class / AddItem Method
The page on which the new GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation will be placed.
The bounds of the new GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation on page.
The check mark style.
The border style.

In This Topic
    AddItem Method
    In This Topic
    Creates a new GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation and adds it to the Field.Widgets collection.
    Syntax
    '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

    See Also