Aspose::Pdf::Text::CharInfoCollection::idx_get method

CharInfoCollection::idx_get method

Gets the CharInfo element at the specified index.

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

ReturnValue

CharInfo object.

See Also