LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

UsePreserveObjectColor Property (IntelligentUpScaleCommand)

Show in webframe







Gets or sets the value that indicates whether to use the preserve object color.
Syntax
public bool UsePreserveObjectColor {get; set;}
'Declaration
 
Public Property UsePreserveObjectColor As Boolean
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As Boolean
 
instance.UsePreserveObjectColor = value
 
value = instance.UsePreserveObjectColor
public bool UsePreserveObjectColor {get; set;}

            

            
 
get_UsePreserveObjectColor();
set_UsePreserveObjectColor(value);
Object.defineProperty('UsePreserveObjectColor');
public:
property bool UsePreserveObjectColor {
   bool get();
   void set (    bool value);
}

Property Value

true to use the preserve object color specified in PreserveObjectColor property, otherwise it is false.
Example
Refer to IntelligentUpScaleCommand.
Requirements

Target Platforms

See Also

Reference

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.