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)
ParameterTypeDescription
fieldNameconst System::String&The qualified field name.

ReturnValue

If success, return true;else false.

See Also