Aspose::Pdf::Facades::FormEditor::Single2Multiple method
FormEditor::Single2Multiple method
Change a single-lined text field to a multiple-lined one.
bool Aspose::Pdf::Facades::FormEditor::Single2Multiple(const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | The qualified field name. |
ReturnValue
If success, return true;else false.
See Also
- Class String
- Class FormEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++