←Select platform

WidthUpScalingFactor Property

Summary

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

Syntax

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

Property Value

The number of the scaling process stages for the new width 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