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 AllowPageRange As Boolean
Get
Set
abstract AllowPageRange : bool with get, set
Property Value
Type:
Booleantrue to allow the user to select the page range; otherwise,
false.
See Also