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

NewHeight Property (IntelligentUpScaleCommand)






Gets or sets the new Height. .NET support WinRT support
Syntax
public int NewHeight {get; set;}
'Declaration
 
Public Property NewHeight As Integer
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As Integer
 
instance.NewHeight = value
 
value = instance.NewHeight
public int NewHeight {get; set;}
 get_NewHeight();
set_NewHeight(value);
public:
property int NewHeight {
   int get();
   void set (    int value);
}

Property Value

Value that represents the new height. Possible values range from 1 to the height of the image less 1.
Example
Refer to IntelligentUpScaleCommand.
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

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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