| PrintDialogIHandlerAllowSelection Property  | 
 
            Gets or sets a value indicating whether the user can select to print the current selection.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxbool AllowSelection { get; set; }Property AllowSelection As Boolean
	Get
	Set
abstract AllowSelection : bool with get, set
Property Value
Type: 
Booleantrue if the user can select to print the selection; otherwise, 
false.
 Remarks
Remarks
            If this is true, the 
PrintSelection can be set by the user to 
Selection.
            You must handle this case and only generate the pages for your selected content.
            
 See Also
See Also