Aspose::Pdf::Vector::GraphicElementCollection::idx_get method

GraphicElementCollection::idx_get method

Gets the GraphicElement element at the specified index.

System::SharedPtr<GraphicElement> Aspose::Pdf::Vector::GraphicElementCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex within the collection.

ReturnValue

GraphicElement.

See Also