LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

NewWidth Property (IntelligentDownScaleCommand)

Show in webframe







Gets or sets the new Width.
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);
Object.defineProperty('NewWidth');
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

See Also

Reference

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members

 

 


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