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

FormEditor::SetFieldLimit method

Sets maximum character count of the text field.

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

ReturnValue

true if field limit was successfully set.

See Also