SpreadsheetGear 2017
CancelAsync Method






SpreadsheetGear.Windows.Printing Namespace > WorkbookPrintDocument Class : CancelAsync Method
Syntax
'Declaration
 
Public Overridable Sub CancelAsync( _
   ByVal userState As System.Object _
) 
'Usage
 
Dim instance As WorkbookPrintDocument
Dim userState As System.Object
 
instance.CancelAsync(userState)
public virtual void CancelAsync( 
   System.object userState
)
public procedure CancelAsync( 
    userState: System.TObject
); virtual; 
public function CancelAsync( 
   userState : System.Object
);
public: virtual void CancelAsync( 
   System.Object* userState
) 
public:
virtual void CancelAsync( 
   System.Object^ userState
) 

Parameters

userState
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookPrintDocument Class
WorkbookPrintDocument Members