共用方式為


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

屬性值

列印工作的裝訂選項。

實作

適用於