PrintTaskOptions.HolePunch プロパティ

定義

印刷タスクの穴パンチング オプションを取得または設定します。

public:
 property PrintHolePunch HolePunch { PrintHolePunch get(); void set(PrintHolePunch value); };
PrintHolePunch HolePunch();

void HolePunch(PrintHolePunch value);
public PrintHolePunch HolePunch { get; set; }
var printHolePunch = printTaskOptions.holePunch;
printTaskOptions.holePunch = printHolePunch;
Public Property HolePunch As PrintHolePunch

プロパティ値

穴パンチオプション。

実装

適用対象