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

    Interface RadioOption

    One option of a radio group: its export value and on-page rectangle.

    interface RadioOption {
        export: string;
        rect: [number, number, number, number];
    }
    Index

    Properties

    Properties

    export: string

    The export value stored in the field when this button is selected.

    rect: [number, number, number, number]

    [x0, y0, x1, y1] in PDF user space.