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

NewWidth Property (IntelligentDownScaleCommand)






Gets or sets the new Width. .NET support WinRT support
Syntax
public int NewWidth {get; set;}
'Declaration
 
Public Property NewWidth As Integer
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As Integer
 
instance.NewWidth = value
 
value = instance.NewWidth
public int NewWidth {get; set;}
 get_NewWidth();
set_NewWidth(value);
public:
property int NewWidth {
   int get();
   void set (    int value);
}

Property Value

Value that represents the new width. Range from 1 to the width of the image less 1.
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.