Aspose::Pdf::Facades::Form::GetFieldLimit method
Form::GetFieldLimit method
Get the limitation of text field.
int32_t Aspose::Pdf::Facades::Form::GetFieldLimit(const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The qualified field name. |
ReturnValue
Return the limitation number of characters a text field can be filled. It not set, return 0.
See Also
- Class String
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++