Accusoft.PdfXpress7.Net
ContinueImport Event




Called to interrupt an import operation.
Syntax
'Declaration
 
Public Event ContinueImport As ContinueEventHandler
'Usage
 
Dim instance As Document
Dim handler As ContinueEventHandler
 
AddHandler instance.ContinueImport, handler
public event ContinueEventHandler ContinueImport
public: __event ContinueEventHandler* ContinueImport
public:
event ContinueEventHandler^ ContinueImport
Event Data

The event handler receives an argument of type ContinueEventArgs containing data related to this event. The following ContinueEventArgs properties provide information specific to this event.

PropertyDescription
KeepGoingGets and sets an indicator if the operation may continue.  
Remarks

Stopping an import operation does not restore the PDF Document to its former state.

See Also

Reference

Document Class
Document Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback