Spread for ASP.NET 9.0 Product Documentation
Abort Property


Gets or sets whether to discontinue the print job.
Syntax
'Declaration
 
Public Property Abort As Boolean
'Usage
 
Dim instance As PrintAbortEventArgs
Dim value As Boolean
 
instance.Abort = value
 
value = instance.Abort
public bool Abort {get; set;}
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

PrintAbortEventArgs Class
PrintAbortEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.