Open Pioneer Trails Packages
    Preparing search index...

    The result of a print operation.

    interface PrintResult {
        getCanvas(): HTMLCanvasElement;
        getPNGDataURL(quality?: number): string;
    }
    Index

    Methods

    • Returns a canvas element that contains the result of the map print.

      Returns HTMLCanvasElement