←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) 
             
 <br/>get_Resample();<br/>set_Resample(value);<br/>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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly