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

    Enumeration LengthUnit

    A LengthUnit is used with an ILength object to describe how to interpret its numeric value.

    Enumeration Members

    CSS_PIXELS: "CSS_PIXELS"

    The associated value is defined as CSS pixels.

    DEVICE_PIXELS: "DEVICE_PIXELS"

    The associated value is defined as device pixels.

    PERCENT: "PERCENT"

    The associated value is a relative value describing the percentage of something, between 0-100.