Aspose::Pdf::Facades::FormEditor::AddListItem method

FormEditor::AddListItem(System::String, System::ArrayPtr<System::String>) method

Add a new item with Export value to the existing list box field, only for AcroForm combo box field.

void Aspose::Pdf::Facades::FormEditor::AddListItem(System::String fieldName, System::ArrayPtr<System::String> exportName)
ParameterTypeDescription
fieldNameSystem::StringName of field to which items will be added.
exportNameSystem::ArrayPtr<System::String>A string array denoting a new list item with Export Value, i.e. (Item Label, Export Value).

See Also

FormEditor::AddListItem(System::String, System::String) method

Adds new item to the list box.

void Aspose::Pdf::Facades::FormEditor::AddListItem(System::String fieldName, System::String itemName)
ParameterTypeDescription
fieldNameSystem::StringName of the field ot which new item will be added.
itemNameSystem::StringName if new item.

See Also