VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceFieldItemList Class / Add Methods / Add(String) Method
Syntax Requirements SeeAlso
In This Topic
    Add(String) Method (PdfInteractiveFormChoiceFieldItemList)
    In This Topic
    Adds the specified item to the end of the list.
    Syntax
    'Declaration
    
    Public Overloads Function Add( _
    ByVal item
    The item.
    As System.String _
    ) As PdfInteractiveFormChoiceFieldItem
    public PdfInteractiveFormChoiceFieldItem Add(
    System.String item
    )
    public: PdfInteractiveFormChoiceFieldItem* Add(
    System.String item
    )
    public:
    PdfInteractiveFormChoiceFieldItem^ Add(
    System.String item
    )

    Parameters

    item
    The item.

    Return Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also