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

    Interface EditStyle

    interface EditStyle {
        color: number;
        fill: number | null;
        lineWidth: number;
        fontSize: number;
        opacity: number;
    }
    Index

    Properties

    color: number

    Stroke (shapes / ink / line) and text colour, 0xRRGGBB.

    fill: number | null

    Shape fill colour, or null for no fill.

    lineWidth: number
    fontSize: number
    opacity: number

    0–1 fill/stroke alpha.