Поделиться через


PrintTaskOptions.MediaType Свойство

Определение

Возвращает или задает параметр типа носителя для задачи печати.

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

Значение свойства

Параметр типа носителя.

Реализации

Применяется к