Aspose::Pdf::Text::TextFragmentCollection::idx_get method

TextFragmentCollection::idx_get method

Gets the text fragment element at the specified index.

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

ReturnValue

TextFragment object.

See Also