PrintPageRangeOptions.AllowAllPages 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 all pages option of the print page range.
public:
property bool AllowAllPages { bool get(); void set(bool value); };
bool AllowAllPages();
void AllowAllPages(bool value);
public bool AllowAllPages { get; set; }
var boolean = printPageRangeOptions.allowAllPages;
printPageRangeOptions.allowAllPages = boolean;
Public Property AllowAllPages As Boolean
Property Value
Boolean
bool
The allow all pages option.