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