Share via


PrintJobSettings.skipBitmapsInRTF Method

Definition

Overloads

skipBitmapsInRTF()

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

skipBitmapsInRTF(Boolean)

skipBitmapsInRTF()

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

public:
 virtual bool skipBitmapsInRTF();
public virtual bool skipBitmapsInRTF ();
abstract member skipBitmapsInRTF : unit -> bool
override this.skipBitmapsInRTF : unit -> bool
Public Overridable Function skipBitmapsInRTF () As Boolean

Returns

true if the bitmaps are included; otherwise, false.

Applies to

skipBitmapsInRTF(Boolean)

public:
 virtual bool skipBitmapsInRTF(bool _skipBitmaps);
public virtual bool skipBitmapsInRTF (bool _skipBitmaps);
abstract member skipBitmapsInRTF : bool -> bool
override this.skipBitmapsInRTF : bool -> bool
Public Overridable Function skipBitmapsInRTF (_skipBitmaps As Boolean) As Boolean

Parameters

_skipBitmaps
Boolean

A boolean flag that determines whether bitmaps are included; optional.

Returns

Applies to