Accusoft.PdfXpressSdk Namespace > Document Class : ContinueImport Event |
'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
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.
Property | Description |
---|---|
KeepGoing | Gets and sets an indicator if the operation may continue. |
Stopping an import operation does not restore the PDF Document to its former state.