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(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringThe qualified field name.

ReturnValue

If success, return true;else false.

See Also