PrintJobSettings.warnIfFileExists Method

Definition

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

Returns

Applies to