Aspose::Pdf::XFormCollection::idx_get método
XFormCollection::idx_get(const System::String&) method
Devuelve XForm por su nombre. Se lanza una excepción si XForm con el nombre especificado no se encuentra.
System::SharedPtr<XForm> Aspose::Pdf::XFormCollection::idx_get(const System::String &name)
| Parámetro | Tipo | Descripción |
|---|---|---|
| name | const System::String& | Nombre del XForm. |
ReturnValue
Recuperado XForm.
Ver también
- Typedef SharedPtr
- Class XForm
- Class String
- Class XFormCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
XFormCollection::idx_get(int32_t) method
Devuelve XForm por índice.
System::SharedPtr<XForm> Aspose::Pdf::XFormCollection::idx_get(int32_t index)
| Parámetro | Tipo | Descripción |
|---|---|---|
| index | int32_t | Índice de XFormCollection. La numeración de XForms comienza en 1. |
ReturnValue
Recuperado XForm.
Ver también
- Typedef SharedPtr
- Class XForm
- Class XFormCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++