Aspose::Pdf::Text::TextSegmentCollection::idx_get method

TextSegmentCollection::idx_get method

Gets the text segment element at the specified index.

System::SharedPtr<TextSegment> Aspose::Pdf::Text::TextSegmentCollection::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex within the collection.

ReturnValue

TextSegment object.

See Also