MarkupSection Class
Represents a markup section - the rectangular region of a page that contains text and can be visually divided from another text blocks.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.TextMarkupSection

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class MarkupSection

The MarkupSection type exposes the following members.

Properties
  NameDescription
Public propertyFragments
Collection of not empty TextFragment objects that are inside the section.
Public propertyParagraphs
Collection of MarkupParagraph objects that are inside the section.
Public propertyRectangle
Section rectangle
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also