Accusoft.PdfXpressSdk Namespace > ContinueEventArgs Class : KeepGoing Property |
'Declaration <DefaultValueAttribute()> Public Property KeepGoing As Boolean
'Usage Dim instance As ContinueEventArgs Dim value As Boolean instance.KeepGoing = value value = instance.KeepGoing
[DefaultValue()] public bool KeepGoing {get; set;}
[DefaultValue()] public: __property bool get_KeepGoing(); public: __property void set_KeepGoing( bool value );
[DefaultValue()] public: property bool KeepGoing { bool get(); void set ( bool value); }
The default value is true.
Valid values are true or false.
Set this value to false to stop the current operation.