Aspose::Pdf::Paragraphs::GetRange method

Paragraphs::GetRange method

Remove paragraphs range.

System::SharedPtr<Paragraphs> Aspose::Pdf::Paragraphs::GetRange(int32_t index, int32_t count)
ParameterTypeDescription
indexint32_tThe first paragraph index.
countint32_tThe paragraphs count.

ReturnValue

The paragraphs collection

See Also