Accusoft.PdfXpress7.Net
Cancel Property




Gets and sets a value indicating that the page insertion operation must be canceled.
Syntax
'Declaration
 
Public Property Cancel As Boolean
'Usage
 
Dim instance As CancelInsertPagesEventArgs
Dim value As Boolean
 
instance.Cancel = value
 
value = instance.Cancel
public bool Cancel {get; set;}
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to cancel. Otherwise, false is used.
See Also

Reference

CancelInsertPagesEventArgs Class
CancelInsertPagesEventArgs Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback