VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormTextField Class / CanSetTextValue(String) Method
Syntax Requirements SeeAlso
In This Topic
    CanSetTextValue(String) Method (PdfInteractiveFormTextField)
    In This Topic
    Determines whether specified text can be set as value of this text annotation.
    Syntax
    'Declaration
    
    Public Function CanSetTextValue( _
    ByVal text
    The text.
    As System.String _
    ) As Boolean
    public bool CanSetTextValue(
    System.String text
    )
    public: bool CanSetTextValue(
    System.String text
    )
    public:
    bool CanSetTextValue(
    System.String text
    )

    Parameters

    text
    The text.

    Return Value

    True if text conforms conditions defined by MaxLength, IsNotScroll and IsMultiline properties; otherwise, false.
    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