ImageDevice constructor

init

Creates a new instance. The output file will be written to the output working directory taking the job name as a file name.

def __init__(self):
    ...

init

Creates a new instance. The output file will be written to the output working directory taking the job name as a file name.

def __init__(self, white_background):
    ...
ParameterTypeDescription
white_backgroundboolIf true then fills white background on every page.

See Also