Aspose::Pdf::XFormCollection::GetFormName method

XFormCollection::GetFormName method

Returns name of the form in this form collection.

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

ReturnValue

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

See Also