Skip to main content
All docs
V26.1
  • TextMarkupAnnotation(IEnumerable<OrientedRectangle>) Constructor

    Initializes a new instance of the TextMarkupAnnotation class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    [JavaExclude(null)]
    public TextMarkupAnnotation(
        IEnumerable<OrientedRectangle> rectangles
    )

    Parameters

    Name Type
    rectangles IEnumerable<OrientedRectangle>
    See Also