rmapi-js
    Preparing search index...

    Interface RmPageV5

    a parsed version 3 or 5 page

    Coordinates use a top-left origin: x in [0, width], y in [0, height], in device pixels. Only these pages can be re-rendered (via raw.putRm).

    interface RmPageV5 {
        layers: RmLayer[];
        version: 3 | 5;
    }
    Index

    Properties

    Properties

    layers: RmLayer[]

    the drawing layers, back to front

    version: 3 | 5

    the file format version