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


"

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

"

Public Properties

 NameDescription
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 HeightUpScalingFactorGets or sets the number of the up scaling process stages for the new height to be achieved.  
public Property MaskImageGets or sets the RasterImage object that references the mask image.  
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 preserve color area in order.  
public Property RemoveObjectColorGets or sets a value that represents the color of the remove color area.  
public Property UpScalingOrderGets or sets the value that determine whether the processing will start with the width first then the height or vice versa.  
public Property UsePreserveObjectColorGets or sets the value that indicates whether to use the preserve object color.  
public Property UseRemoveObjectColorGets or sets the value that indicates whether to use the remove object color.  
public Property WidthUpScalingFactorGets or sets the number of up scaling process stages for the new width to be achieved.  
Top

See Also