LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Slice Event






Gets or set the optional delegate method for additional processing. .NET support WinRT support
Syntax
'Declaration
 
Public Event Slice As EventHandler(Of SliceCommandEventArgs)
'Usage
 
Dim instance As SliceCommand
Dim handler As EventHandler(Of SliceCommandEventArgs)
 
AddHandler instance.Slice, handler
add_Slice(function(sender, e))
remove_Slice(function(sender, e))

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. .NET support WinRT support
DeskewAngle Gets the angle of deskewing. .NET support WinRT support
Image Affected image. .NET support WinRT support
SliceImage Gets the The sliced images. .NET support WinRT support
SliceRectangle Gets the bounding rectangle of the extracted slice. .NET support WinRT support
Example
Refer to SliceCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SliceCommand Class
SliceCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.