Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / FieldWidgetCollection Class / Item Property

In This Topic
    Item Property (FieldWidgetCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As WidgetAnnotation
    public WidgetAnnotation this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also