Aspose::Pdf::XFormCollection::idx_get method
XFormCollection::idx_get(const System::String&) method
Returns XForm by its name. Exception is thrown if XForm with specified name is not found.
System::SharedPtr<XForm> Aspose::Pdf::XFormCollection::idx_get(const System::String &name)
| Parameter | Type | Description |
|---|---|---|
| name | const System::String& | Name of the XForm. |
ReturnValue
Retrieved XForm.
See Also
- Typedef SharedPtr
- Class XForm
- Class String
- Class XFormCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XFormCollection::idx_get(int32_t) method
Returns XForm by index.
System::SharedPtr<XForm> Aspose::Pdf::XFormCollection::idx_get(int32_t index)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | Index of XFormCollection. XForms numbering is started from 1. |
ReturnValue
Retrieved XForm.
See Also
- Typedef SharedPtr
- Class XForm
- Class XFormCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++