PrintPageRangeOptions.AllowCustomSetOfPages Property

Definition

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.

Applies to