pdfrx_web
    Preparing search index...

    Interface PdfTextLineBoundingRect

    A selection highlight rectangle covering one visual text line.

    interface PdfTextLineBoundingRect {
        bounds: PdfRect;
        direction: PdfTextDirection;
    }
    Index
    bounds: PdfRect

    Rectangle in PDF page coordinates for the selected part of the line.

    direction: PdfTextDirection

    vrtl for a vertical line; otherwise the direction of its first fragment.