PageMarkup

PageMarkup class

Page markup represented by collections of MarkupSection and MarkupParagraph.

The PageMarkup type exposes the following members:

Properties

NameDescription
numberGets processed page number.
rectangleGets processed page rectangle.
sectionsGets collection of MarkupSection that was found on the page.
paragraphsGets collection of MarkupParagraph that was found on the page.
text_fragmentsGets collection of TextFragment that was found on the page.
is_multicolumn_paragraphs_allowedGets or sets value that indicates whether starting text lines of a next section may be treated as continuation of the last paragraph of a previous section.

See Also