PrintPageRangeOptions.AllowCurrentPage 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 current page option of the print page range.
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
Property Value
Boolean
bool
The allow current page option.