VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI.Annotations Namespace / PdfComboBoxWidgetAnnotationView Class / CommitValue(String) Method
Syntax Requirements SeeAlso
In This Topic
    CommitValue(String) Method (PdfComboBoxWidgetAnnotationView)
    In This Topic
    Commits current text value to the interactive form field.
    Syntax
    'Declaration
    
    Public Sub CommitValue( _
    ByVal newValue
    New value of the field.
    As System.String _
    )
    public void CommitValue(
    System.String newValue
    )
    public: void CommitValue(
    System.String newValue
    )
    public:
    void CommitValue(
    System.String newValue
    )

    Parameters

    newValue
    New value of the field.
    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