PrintPageRangeOptions.AllowAllPages Property

Definition

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.

Applies to