Gets or set the optional delegate method for additional processing.
Syntax
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.
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 The sliced images. |
SliceRectangle | Gets the bounding rectangle of the extracted slice. |
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also