Aspose::Pdf::XFormCollection::GetFormName method

XFormCollection::GetFormName method

Returns name of the form in this form collection.

System::String Aspose::Pdf::XFormCollection::GetFormName(System::SharedPtr<XForm> form)
ParameterTypeDescription
formSystem::SharedPtr<XForm>Form which name is searched.

ReturnValue

Form name in the collection; Null if form is not contained in the collection.

See Also