ReadonlycompleteApplies 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.
ReadonlynaturalThe original height of the image resource before sizing.
ReadonlynaturalThe 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.
Static ReadonlyMODE_Track image data
Static ReadonlyMODE_Track MIME data
Retrieves whether the object is fully loaded.