LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

UsePreserveObjectColor Property (IntelligentDownScaleCommand)






Gets or sets the value that indicates whether to used the preserve object color. .NET support WinRT support
Syntax
public bool UsePreserveObjectColor {get; set;}
'Declaration
 
Public Property UsePreserveObjectColor As Boolean
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As Boolean
 
instance.UsePreserveObjectColor = value
 
value = instance.UsePreserveObjectColor
public bool UsePreserveObjectColor {get; set;}
 get_UsePreserveObjectColor();
set_UsePreserveObjectColor(value);
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 IntelligentDownScaleCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.