Click or drag to resize

PrintDialogIHandlerAllowPageRange Property

Gets or sets a value indicating whether the user can select the page range.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool AllowPageRange { get; set; }

Property Value

Type: Boolean
true to allow the user to select the page range; otherwise, false.
See Also