PrintTaskOptions.MediaType Property

Definition

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.

Implements

Applies to