LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SliceCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Core Namespace : SliceCommand Class

The following tables list the members exposed by SliceCommand.

Public Constructors

 NameDescription
public Constructor SliceCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property DeskewAngleGets the variable that will be updated with the amount that the command rotates the sliced image. The amount of rotation is expressed in hundredths of degrees. For example, 500 means 5 degrees clockwise. This property is updated only if SliceCommandFlags.DeskewImage is selected in Flags property.  
public Property FillColorGets or sets the fill color for any exposed areas.  
public Property FlagsGets or sets the flags that indicate whether to deskew the sliced image, which type of interpolation to use when roating, and whether to cut the slice from the original image.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property MaximumDeskewAngleGets or sets maximum angle of deskew.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Event SliceGets or set the optional delegate method for additional processing.  
Top

See Also