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


"

For a list of all members of this type, see IntelligentDownScaleCommand members.

"

Public Properties

 NameDescription
public Property DownScalingOrderGets or sets the value that determine whether the processing will start with the width first then the height or vice versa.  
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 MaskImageGets or sets the RasterImage object that references the mask image. The mask image is the same as original image but with colors on certain areas that need to be deleted.  
public Property NewHeightGets or sets the new Height.  
public Property NewWidthGets or sets the new Width.  
public Property PreserveObjectColorGets or sets a value that represents the color of the area to be preserved. To be preserved, the color has to be different than colors in image.  
public Property RemoveObjectColorGets or sets a value that represents the color of the area to be removed, to be removed and it has to be different than colors in image.  
public Property UsePreserveObjectColorGets or sets the value that indicates whether to used the preserve object color.  
public Property UseRemoveObjectColorGets or sets the value that indicates whether to used the remove object color.  
Top

See Also