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

允许自定义页面集选项。

适用于