次の方法で共有


PrintPageRangeOptions.AllowCurrentPage プロパティ

定義

印刷ページ範囲の現在のページ許可オプションを取得および設定します。

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

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

プロパティ値

Boolean

bool

[現在のページを許可する] オプション。

適用対象