@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface Element

    interface Element {
        x?: number;
        y?: number;
        w?: number;
        h?: number;
        index: number;
        kind: "image" | "text" | "shape";
        label: string;
    }

    Hierarchy

    • Partial<Box>
      • Element
    Index

    Properties

    Properties

    x?: number
    y?: number
    w?: number
    h?: number
    index: number
    kind: "image" | "text" | "shape"
    label: string