This topic has not yet been rated - Rate this topic

PrintTaskOptions.NumberOfCopies | numberOfCopies property

Gets or sets the value for the number of copies for the print task.

Syntax


public:
property unsigned int NumberOfCopies { 
   unsigned int get();
   void set (unsigned int value);
}

Property value

Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

The value for the number of copies.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Graphics.Printing
Windows::Graphics::Printing [C++]

Metadata

Windows.winmd

See also

PrintTaskOptions

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.