←Select platform

ResizeType Property

Summary

Gets or sets the resize algorithm type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public ResizeInterpolateCommandType ResizeType { get; set; } 
@property (nonatomic, assign) LTResizeInterpolateCommandType resizeType 
public ResizeInterpolateCommandType getResizeType() 
public void setResizeType(ResizeInterpolateCommandType value) 
             
 <br/>get_ResizeType();<br/>set_ResizeType(value);<br/>Object.defineProperty('ResizeType');  

Property Value

Value that represents the algorithm type used in resizing the image. For possible values refer to ResizeInterpolateCommandType.

Example

Refer to ResizeInterpolateCommand example.

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.Core Assembly