←Select platform

Slice Event

Summary

Gets or set the optional delegate method for additional processing.

Syntax
C#
VB
C++
public event EventHandler<SliceCommandEventArgs> Slice 
Public Event Slice As EventHandler(Of SliceCommandEventArgs) 
public: 
event EventHandler<SliceCommandEventArgs^>^ Slice 

Event Data

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.

PropertyDescription
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.

Example

Refer to SliceCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly