PrintTaskOptions.MaxCopies Property
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.
Gets the maximum number of copies supported for the print task.
public:
property unsigned int MaxCopies { unsigned int get(); };
uint32_t MaxCopies();
public uint MaxCopies { get; }
var uInt32 = printTaskOptions.maxCopies;
Public ReadOnly Property MaxCopies As UInteger
Property Value
The maximum number of copies.