Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
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 ConstructorSliceCommand ConstructorOverloaded.  Initializes a new SliceCommand with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyDeskewAngle Gets 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 PropertyFillColor Gets or sets the fill color for any exposed areas.  
Public PropertyFlags Gets 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 PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyMaximumDeskewAngle Gets or sets maximum angle of deskew.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public EventSlice Gets or set the optional delegate method for additional processing.  
Top

See Also