←Select platform

Resample Property

Summary

Gets or sets a value whether to use interpolated resize when generating thumbnails.

Syntax
C#
VB
Objective-C
C++
Java
public bool Resample { get; set; } 
Public Property Resample As Boolean 
@property (nonatomic, assign) BOOL resample 
public boolean getResample() 
public void setResample(boolean value) 
public: 
property bool Resample { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use interpolated resize, false to use normal resize.

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly