Applies to JPEG images drawn to PDF canvases only. Setting
img.dataMode = Image.MODE_MIME
or Image.MODE_MIME|Image.MODE_IMAGE
enables image MIME data tracking. When MIME data is tracked, PDF canvases
can embed JPEGs directly into the output, rather than re-encoding into
PNG. This can drastically reduce filesize and speed up rendering.
Sets or retrieves the height of the image.
The original height of the image resource before sizing.
The original width of the image resource before sizing.
The URL, data:
URI or local file path of the image to be loaded, or a
Buffer instance containing an encoded image.
Sets or retrieves the width of the image.
Track image data
Track MIME data
Generated using TypeDoc
Retrieves whether the object is fully loaded.