LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Resample Property

Show in webframe







Gets or sets a value whether to use interpolated resize when generating thumbnails.
Syntax
public bool Resample {get; set;}
'Declaration
 
Public Property Resample As Boolean
'Usage
 
Dim instance As CodecsThumbnailOptions
Dim value As Boolean
 
instance.Resample = value
 
value = instance.Resample
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 value);
}

Property Value

true to use interpolated resize, false to use normal resize.
Example
For an example, refer to RasterCodecs.ReadThumbnail.
Requirements

Target Platforms

See Also

Reference

CodecsThumbnailOptions Structure
CodecsThumbnailOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.