PrintTaskOptions.MediaType 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 or sets the media type option for the print task.
public:
property PrintMediaType MediaType { PrintMediaType get(); void set(PrintMediaType value); };
PrintMediaType MediaType();
void MediaType(PrintMediaType value);
public PrintMediaType MediaType { get; set; }
var printMediaType = printTaskOptions.mediaType;
printTaskOptions.mediaType = printMediaType;
Public Property MediaType As PrintMediaType
Property Value
The media type option.