DsPdfJS API - v9.1.0
    Preparing search index...

    Type Alias Offsets

    Represents four values corresponding to the four sides of a rectangular area.

    type Offsets = {
        bottom: number;
        left: number;
        right: number;
        top: number;
    }
    Index

    Properties

    Properties

    bottom: number

    The bottom side offset.

    left: number

    The left side offset.

    right: number

    The right side offset.

    top: number

    The top side offset.