PrintPageRangeOptions.AllowCurrentPage Property

Definition

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.

Applies to