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

允许当前页选项。

适用于