IPrintTaskOptionsCoreProperties.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 = iPrintTaskOptionsCoreProperties.mediaType;
iPrintTaskOptionsCoreProperties.mediaType = printMediaType;
Public Property MediaType As PrintMediaType

Property Value

The media type option.

Applies to