VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceFieldExtendedItem Class / PdfInteractiveFormChoiceFieldExtendedItem Constructor(PdfDocument,String,String)
Syntax Requirements SeeAlso
In This Topic
    PdfInteractiveFormChoiceFieldExtendedItem Constructor(PdfDocument,String,String)
    In This Topic
    Initializes a new instance of the PdfInteractiveFormChoiceFieldExtendedItem class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal document
    Parent PDF document.
    As Vintasoft.Imaging.Pdf.PdfDocument, _
    ByVal displayedValue
    Displayed value of item.
    As System.String, _
    ByVal exportedValue
    Exported value of item.
    As System.String _
    )
    public PdfInteractiveFormChoiceFieldExtendedItem(
    Vintasoft.Imaging.Pdf.PdfDocument document,
    System.String displayedValue,
    System.String exportedValue
    )
    public: PdfInteractiveFormChoiceFieldExtendedItem(
    Vintasoft.Imaging.Pdf.PdfDocument* document,
    System.String displayedValue,
    System.String exportedValue
    )
    public:
    PdfInteractiveFormChoiceFieldExtendedItem(
    Vintasoft.Imaging.Pdf.PdfDocument^ document,
    System.String displayedValue,
    System.String exportedValue
    )

    Parameters

    document
    Parent PDF document.
    displayedValue
    Displayed value of item.
    exportedValue
    Exported value of item.
    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