Aspose::Pdf::XFormCollection::idx_get method

XFormCollection::idx_get(int32_t) method

Returns XForm by index.

System::SharedPtr<XForm> Aspose::Pdf::XFormCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of XFormCollection. XForms numbering is started from 1.

ReturnValue

Retrieved XForm.

See Also

XFormCollection::idx_get(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(System::String name)
ParameterTypeDescription
nameSystem::StringName of the XForm.

ReturnValue

Retrieved XForm.

See Also