Spread for ASP.NET 12 Product Documentation
Abort Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintAbortEventArgs Class : 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;}
See Also

Reference

PrintAbortEventArgs Class
PrintAbortEventArgs Members