Aspose::Pdf::ArtifactCollection::idx_get method

ArtifactCollection::idx_get method

Gets artifact by index. Index is started from 1.

System::SharedPtr<Artifact> Aspose::Pdf::ArtifactCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of the artifact.

ReturnValue

Artifact on the page.

See Also