.NET Framework Class Library
ConverterEventArgs.Cancel Property
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Converter Namespace > ConverterEventArgs Class > ConverterEventArgs Properties > ConverterEventArgs.Cancel Property |
Gets or sets whether the conversion job needs to be canceled.
Namespace: Gnostice.Converter
Assembly: Gnostice.Converter (in Gnostice.Converter.dll)
Visual Basic |
Public Property Cancel As Boolean |
C# |
public bool Cancel { get; set; } |
Visual C++ |
public: |