Package: mlreportgen.dom
Image to include in report
Use an object of the mlreportgen.dom.Image
class to include an image in
a report.
The mlreportgen.dom.Image
class is a handle
class.
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
creates an imageObj
= mlreportgen.dom.Image(imagePath)mlreportgen.dom.Image
object with the Path property set to the
path of an image.
Note
The contents of the specified image file are copied into the output
document when the document is closed. Do not delete or overwrite the
image file before closing the document. If you create an image file and
the corresponding mlreportgen.dom.Image
object in a loop,
for each loop iteration, use a unique file name for the image
file.
mlreportgen.dom.Height
| mlreportgen.dom.ImageArea
| mlreportgen.dom.ImageMap
| mlreportgen.dom.ScaleToFit
| mlreportgen.dom.Width