C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the resize algorithm type.
public ResizeInterpolateCommandType ResizeType { get; set; }
Public Property ResizeType As Leadtools.Imageprocessing.Core.ResizeInterpolateCommandType
public Leadtools.Imageprocessing.Core.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');
public:
property Leadtools.Imageprocessing.Core.ResizeInterpolateCommandType ResizeType {
Leadtools.Imageprocessing.Core.ResizeInterpolateCommandType get();
void set ( Leadtools.Imageprocessing.Core.ResizeInterpolateCommandType );
}
Value that represents the algorithm type used in resizing the image. For possible values refer to ResizeInterpolateCommandType.
Refer to ResizeInterpolateCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET