Aspose::Pdf::Annotations::AnnotationCollection::idx_get method

AnnotationCollection::idx_get method

The index of the element to get.

System::SharedPtr<Annotation> Aspose::Pdf::Annotations::AnnotationCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tThe index value started from one.

ReturnValue

Annotation object

See Also