PrintPageRangeOptions.AllowCustomSetOfPages プロパティ

定義

印刷ページ範囲のページの許可カスタム セット オプションを取得および設定します。

public:
 property bool AllowCustomSetOfPages { bool get(); void set(bool value); };
bool AllowCustomSetOfPages();

void AllowCustomSetOfPages(bool value);
public bool AllowCustomSetOfPages { get; set; }
var boolean = printPageRangeOptions.allowCustomSetOfPages;
printPageRangeOptions.allowCustomSetOfPages = boolean;
Public Property AllowCustomSetOfPages As Boolean

プロパティ値

Boolean

bool

[ページのカスタム セットを許可する] オプション。

適用対象