VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormTextField Class / GetVariableTextValue(PdfAnnotationAppearanceStateType) Method
Syntax Requirements SeeAlso
In This Topic
    GetVariableTextValue(PdfAnnotationAppearanceStateType) Method (PdfInteractiveFormTextField)
    In This Topic
    Returns the current value of the variable text.
    Syntax
    'Declaration
    
    Public Overrides Function GetVariableTextValue( _
    ByVal appearanceStateType
    The appearance state type.
    As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType _
    ) As System.String

    Parameters

    appearanceStateType
    The appearance state type.

    Return Value

    The current value of the variable text.
    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