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ámetroTipoDescripción
nameconst System::String&Nombre del XForm.

ReturnValue

Recuperado XForm.

Ver también

XFormCollection::idx_get(int32_t) method

Devuelve XForm por índice.

System::SharedPtr<XForm> Aspose::Pdf::XFormCollection::idx_get(int32_t index)
ParámetroTipoDescripción
indexint32_tÍndice de XFormCollection. La numeración de XForms comienza en 1.

ReturnValue

Recuperado XForm.

Ver también