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