Aspose::Pdf::Facades::Form::GetFieldLimit method

Form::GetFieldLimit method

Get the limitation of text field.

int32_t Aspose::Pdf::Facades::Form::GetFieldLimit(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringThe qualified field name.

ReturnValue

Return the limitation number of characters a text field can be filled. It not set, return 0.

See Also