mlreportgen.dom.Watermark class
Package: mlreportgen.dom
Add watermark to pages in sections of PDF reports
Description
Creates a watermark object that you can add to a section of a PDF report. A watermark
is an image that appears in the background of a page, such as the word Draft
or Confidential
. It runs behind the text on each page you apply it to. You
can use any of these file types: .bmp
, .jpg
,
.png
, .svg
, and
.tiff
.
The mlreportgen.dom.Watermark
class is a handle
class.
Creation
Description
creates a
wm
= Watermark(image)Watermark
object based on the specified image, and
returns a Watermark
object.
Input Arguments
Properties
Examples
Version History
Introduced in R2016b