PrintTaskOptions.Collation Свойство

Определение

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

public:
 property PrintCollation Collation { PrintCollation get(); void set(PrintCollation value); };
PrintCollation Collation();

void Collation(PrintCollation value);
public PrintCollation Collation { get; set; }
var printCollation = printTaskOptions.collation;
printTaskOptions.collation = printCollation;
Public Property Collation As PrintCollation

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

Параметр параметров сортировки.

Реализации

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