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
| Name | Type | Access | Description |
|---|---|---|---|
Number | int | Read | The 1-based page number. |
Sections | List<MarkupSection> | Read | The sections detected on this page. |
Paragraphs | List<MarkupParagraph> | Read | Every MarkupParagraph on this page, flattened across sections. |
TextFragments | List<TextFragment> | Read | Every TextFragment on this page, flattened across paragraphs. |
Rectangle | Rectangle | Read | Bounding rectangle that contains every section on this page. |
IsMulticolumnParagraphsAllowed | bool | Read/Write | Gets or sets whether multicolumn paragraph detection is enabled. |