Aspose::Pdf::Page::set_IsAddParagraphsAfterLast method

Page::set_IsAddParagraphsAfterLast method

Sets the addition of paragraphs after the last paragraph of the page.

void Aspose::Pdf::Page::set_IsAddParagraphsAfterLast(bool value)

Remarks

Value indicates whether paragraphs will be added after the last paragraph of the page. Paragraphs will be added after the last paragraph of the page if value is true.

See Also