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

    Interface GigaBlock

    A block: a stable id, an optional placement frame + rotation, and its kind.

    interface GigaBlock {
        id: number;
        frame: GigaRect | null;
        rotation: GigaRotation;
        kind: GigaBlockKind;
    }
    Index

    Properties

    Properties

    id: number
    frame: GigaRect | null
    rotation: GigaRotation