Aspose::Pdf::Facades::FormEditor::SetFieldLimit method

FormEditor::SetFieldLimit method

Sets maximum character count of the text field.

bool Aspose::Pdf::Facades::FormEditor::SetFieldLimit(System::String fieldName, int32_t fieldLimit)
ParameterTypeDescription
fieldNameSystem::StringName of the text field.
fieldLimitint32_tNew value of limit for the field.

ReturnValue

true if field limit was successfully set.

See Also