Accusoft.PdfXpress7.Net
CancelInsertPages Event




Event which is fired after each page is inserted to allow the user to cancel the current process.
Syntax
'Declaration
 
Public Event CancelInsertPages As Document.CancelInsertPagesEventHandler
'Usage
 
Dim instance As Document
Dim handler As Document.CancelInsertPagesEventHandler
 
AddHandler instance.CancelInsertPages, handler
public event Document.CancelInsertPagesEventHandler CancelInsertPages
public: __event Document.CancelInsertPagesEventHandler* CancelInsertPages
public:
event Document.CancelInsertPagesEventHandler^ CancelInsertPages
Event Data

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

PropertyDescription
CancelGets and sets a value indicating that the page insertion operation must be canceled.  
See Also

Reference

Document Class
Document Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback