LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Resample Property






Gets or sets a value whether or not to use interpolated resize when generating thumbnails. .NET support WinRT support Silverlight support
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;}
 get_Resample();
set_Resample(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsThumbnailOptions Structure
CodecsThumbnailOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.