Skip to main content
All docs
V26.1
  • TextMarkupAnnotation Constructors

    A text markup annotation.
    Name Parameters Description
    TextMarkupAnnotation(OrientedRectangle[]) rectangles Initializes a new instance of the TextMarkupAnnotation class with specified settings.
    TextMarkupAnnotation(Quadrilateral[]) quads Initializes a new instance of the TextMarkupAnnotation class with specified settings.
    TextMarkupAnnotation(IEnumerable<OrientedRectangle>) rectangles Initializes a new instance of the TextMarkupAnnotation class with specified settings.
    TextMarkupAnnotation(IList<Quadrilateral>) quads Initializes a new instance of the TextMarkupAnnotation class with specified settings.
    See Also