Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IDimensions

    Describes the width and height of an object.

    interface IDimensions {
        height: number;
        width: number;
    }

    Properties

    height: number
    width: number