PrintJobSettings.skipBitmapsInRTF Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.