PrintPageRangeOptions.AllowCustomSetOfPages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets the allow custom set of pages option for the print page range.
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
Property Value
Boolean
bool
The allow custom set of pages option.