PrintTask.Options 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.
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.