Click or drag to resize

PrintSelection Enumeration

Selection mode when printing

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public enum PrintSelection
Members
  Member nameValueDescription
AllPages0 Print all pages
Selection1 Print the selection (defined by the application)
SelectedPages2 Print the selected pages from SelectedPageRange
See Also