Class PageMarkup

PageMarkup class

Page markup represented by collections of MarkupSection and MarkupParagraph.

public sealed class PageMarkup

Properties

NameDescription
IsMulticolumnParagraphsAllowed { get; set; }Gets 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.
Number { get; }Gets processed page number.
Paragraphs { get; }Gets collection of MarkupParagraph that was found on the page.
Rectangle { get; }Gets processed page rectangle.
Sections { get; }Gets collection of MarkupSection that was found on the page.
TextFragments { get; }Gets collection of TextFragment that was found on the page.

See Also