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

    Type Alias Point

    Represents a location in (x, y) coordinate space. The origin is at the top left corner.

    type Point = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    The X coordinate.

    y: number

    The Y coordinate.