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)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Name of the text field. |
| fieldLimit | int32_t | New value of limit for the field. |
ReturnValue
true if field limit was successfully set.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++