←Select platform

HeightUpScalingFactor Property

Summary

Gets or sets the number of the up scaling process stages for the new height to be achieved.

Syntax

C#
VB
WinRT C#
C++
public int HeightUpScalingFactor { get; set; } 
  
Public Property HeightUpScalingFactor As Integer 
public int HeightUpScalingFactor {get; set;} 
  
get_HeightUpScalingFactor(); 
set_HeightUpScalingFactor(value); 
Object.defineProperty('HeightUpScalingFactor');  
public: 
property int HeightUpScalingFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of up scaling process stages for the new height to be achieved. The recommended range is from 1 to 20. If MaskImage is used, then 1 should be passed.

Example

Refer to IntelligentUpScaleCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly