PageMarkup

Overview

PageMarkup is a class in Aspose.PDF FOSS for .NET.

Represents the text markup of a single page, organized into sections.

Properties: IsMulticolumnParagraphsAllowed, Number, Paragraphs, Rectangle, Sections, TextFragments.

Properties

NameTypeAccessDescription
NumberintReadThe 1-based page number.
SectionsList<MarkupSection>ReadThe sections detected on this page.
ParagraphsList<MarkupParagraph>ReadEvery MarkupParagraph on this page, flattened across sections.
TextFragmentsList<TextFragment>ReadEvery TextFragment on this page, flattened across paragraphs.
RectangleRectangleReadBounding rectangle that contains every section on this page.
IsMulticolumnParagraphsAllowedboolRead/WriteGets or sets whether multicolumn paragraph detection is enabled.

See Also