This topic has not yet been rated - Rate this topic

PrintTaskOptions.Collation | collation property

Gets or sets the collation option of the print tasks.

Syntax


var collation = printTaskOptions.collation;
printTaskOptions.collation = collation;

Property value

Type: PrintCollation

The collation option.

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.