C#
VB
WinRT C#
C++
Gets or set the optional delegate method for additional processing.
public event EventHandler<SliceCommandEventArgs> Slice
Public Event Slice As EventHandler(Of SliceCommandEventArgs)
public event EventHandler<SliceCommandEventArgs> Slice
add_Slice(function(sender, e))
remove_Slice(function(sender, e))
public:
event EventHandler<SliceCommandEventArgs^>^ Slice
The event handler receives an argument of type SliceCommandEventArgs containing data related to this event. The following SliceCommandEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets the value which indicates whether or not to continue with the slicing command. |
DeskewAngle | Gets the angle of deskewing. |
Image | Affected image. |
SliceImage | Gets the sliced images. |
SliceRectangle | Gets the bounding rectangle of the extracted slice. |
Refer to SliceCommand example.
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