Open Pioneer Trails Packages
    Preparing search index...

    Interface PrintResult

    The result of a print operation.

    interface PrintResult {
        getCanvas(): HTMLCanvasElement;
        getPNGDataURL(quality?: number): string;
    }
    Index
    • Returns a canvas element that contains the result of the map print.

      Returns HTMLCanvasElement