pdfrx_web
    Preparing search index...

    Interface PageBorder

    Border stroked around each page. Lengths are in CSS pixels (zoom-independent).

    interface PageBorder {
        color?: string;
        width?: number;
    }
    Index
    color?: string

    Stroke color. Default: 'rgba(0, 0, 0, 0.3)'.

    width?: number

    Stroke width in CSS pixels. Default: 1.