DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias TextMarkupAnnotationProperties

    TextMarkupAnnotationProperties: MarkupAnnotationProperties & {
        area?: (Quadrilateral | Rect)[];
        markupType?: TextMarkupType;
        type: "markup";
    }

    Defines properties of a TextMarkupAnnotation.

    Type Declaration

    • Optionalarea?: (Quadrilateral | Rect)[]

      The list of Quadrilateral structures defining the markup area. The coordinates of the quadrilaterals' points are relative to the upper left corner of the page's media box, with the Y (vertical) coordinates increasing from top to bottom.

    • OptionalmarkupType?: TextMarkupType

      The markup type.

    • type: "markup"