VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormChoiceField Class / GetExportedValue(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetExportedValue(String) Method (PdfInteractiveFormChoiceField)
    In This Topic
    Returns the exported value by displayed value.
    Syntax
    'Declaration
    
    Public Function GetExportedValue( _
    ByVal displayedValue
    The displayed value.
    As System.String _
    ) As System.String
    public System.String GetExportedValue(
    System.String displayedValue
    )
    public: System.String GetExportedValue(
    System.String displayedValue
    )
    public:
    System.String GetExportedValue(
    System.String displayedValue
    )

    Parameters

    displayedValue
    The displayed value.

    Return Value

    The export value that corresponds to displayedValue.
    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