PrintTask.Options Property

Definition

Retrieves the PrintTaskOptions for the print task that defines how the content is to be formatted for printing.

public:
 property PrintTaskOptions ^ Options { PrintTaskOptions ^ get(); };
PrintTaskOptions Options();
public PrintTaskOptions Options { get; }
var printTaskOptions = printTask.options;
Public ReadOnly Property Options As PrintTaskOptions

Property Value

The list of print task options.

Remarks

An app can use PrintTaskOptions, for example, to determine the size of media on which the content is to be printed. PrintTaskOptions may also be used to customize the selection of options that are visible by default for the printing user experience.

Applies to