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)
| Parameter | Type | Description |
|---|---|---|
| form | const 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
- Class String
- Typedef SharedPtr
- Class XForm
- Class XFormCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++