pdfrx_web
    Preparing search index...

    Interface PdfAnnotationQuad

    A text-markup quadrilateral (one highlighted run) in page coordinates.

    interface PdfAnnotationQuad {
        bottomLeft: PdfAnnotationPoint;
        bottomRight: PdfAnnotationPoint;
        topLeft: PdfAnnotationPoint;
        topRight: PdfAnnotationPoint;
    }
    Index
    bottomLeft: PdfAnnotationPoint
    bottomRight: PdfAnnotationPoint