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

    Type Alias Size

    Represents the width and height of an object.

    type Size = {
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    height: number

    The height.

    width: number

    The width.