C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the action to take during the removal process.
public enum RemoveStatus
Public Enum RemoveStatus
public enum RemoveStatus
typedef NS_ENUM(NSInteger, LTRemoveStatus)
public enum RemoveStatus
Leadtools.ImageProcessing.Core.RemoveStatus = function() { };
Leadtools.ImageProcessing.Core.RemoveStatus.prototype = {<br/>
Cancel = -100,
Remove = 1,
NoRemove = 2,
};
public enum class RemoveStatus
Members
Value | Member | Description |
---|---|---|
-100 | Cancel | Abort the removal process. |
1 | Remove | Remove dots, hole punches, borders, etc. and continue. |
2 | NoRemove | Do not remove any dots, hole punches, borders, etc. and continue. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET