pdfrx_web
    Preparing search index...

    Interface PdfAnnotationPoint

    A point in bounding-box-relative PDF page coordinates (points, y-up) — the same space as PdfRect and PdfFormField rects.

    interface PdfAnnotationPoint {
        x: number;
        y: number;
    }
    Index
    x y
    x: number
    y: number