Class MarkupSection

MarkupSection class

Represents a markup section - the rectangular region of a page that contains text and can be visually divided from another text blocks.

public sealed class MarkupSection

Properties

NameDescription
Fragments { get; }Collection of not empty TextFragment objects that are inside the section.
Paragraphs { get; }Collection of MarkupParagraph objects that are inside the section.
Rectangle { get; }Section rectangle

See Also