PrintTaskOptions.Staple プロパティ

定義

印刷タスクのステープル オプションを取得または設定します。

public:
 property PrintStaple Staple { PrintStaple get(); void set(PrintStaple value); };
PrintStaple Staple();

void Staple(PrintStaple value);
public PrintStaple Staple { get; set; }
var printStaple = printTaskOptions.staple;
printTaskOptions.staple = printStaple;
Public Property Staple As PrintStaple

プロパティ値

印刷タスクのステープル オプション。

実装

適用対象