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