←Select platform

Resample Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool Resample {get; set;} 
Public Property Resample As Boolean 
public bool Resample {get; set;} 
@property (nonatomic, assign) BOOL resample 
public boolean getResample() 
public void setResample(boolean value) 
             
  
get_Resample(); 
set_Resample(value); 
Object.defineProperty('Resample');  
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize