Share via


PrintJobSettings.skipBitmapsInRTF Method

Controls whether bitmaps are included when reports are printed to an .rtf file.

Syntax

public boolean skipBitmapsInRTF([boolean skipBitmaps])

Run On

Called

Parameters

  • skipBitmaps
    Type: boolean
    A boolean flag that determines whether bitmaps are included; optional.

Return Value

Type: boolean
true if the bitmaps are included; otherwise, false.

See Also

Reference

PrintJobSettings Class