LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

NewHeight Property (IntelligentDownScaleCommand)

Show in webframe







Gets or sets the new Height.
Syntax
public int NewHeight {get; set;}
'Declaration
 
Public Property NewHeight As Integer
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As Integer
 
instance.NewHeight = value
 
value = instance.NewHeight
public int NewHeight {get; set;}

            

            
 
get_NewHeight();
set_NewHeight(value);
Object.defineProperty('NewHeight');
public:
property int NewHeight {
   int get();
   void set (    int value);
}

Property Value

Value that represents the new height. Range from 1 to the height of the image less 1.
Example
Refer to AgingCommand.
Requirements

Target Platforms

See Also

Reference

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members

 

 


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