PrintJobSettings.singleLargePage 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
singleLargePage() | |
singleLargePage(Boolean) |
singleLargePage()
public:
virtual bool singleLargePage();
public virtual bool singleLargePage ();
abstract member singleLargePage : unit -> bool
override this.singleLargePage : unit -> bool
Public Overridable Function singleLargePage () As Boolean
Returns
Applies to
singleLargePage(Boolean)
public:
virtual bool singleLargePage(bool _singleLargePage);
public virtual bool singleLargePage (bool _singleLargePage);
abstract member singleLargePage : bool -> bool
override this.singleLargePage : bool -> bool
Public Overridable Function singleLargePage (_singleLargePage As Boolean) As Boolean
Parameters
- _singleLargePage
- Boolean