←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.