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

    Parameters

    exportedValue
    The exported value.

    Return Value

    The displayed value that corresponds to exportedValue.
    Requirements

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

    See Also