Aspose::Pdf::Annotations::Measure::NumberFormatList::idx_get method

NumberFormatList::idx_get method

Gets number format in list by its index.

System::SharedPtr<Measure::NumberFormat> Aspose::Pdf::Annotations::Measure::NumberFormatList::idx_get(int32_t index)
ParameterTypeDescription
indexint32_tIndex of the item to be retreived.

ReturnValue

Retreived measure item.

See Also