Cuminas DjVu SDK for .NET Framework
GenerateThumbnail(Int32,Boolean,IW44EncoderParams) Method



Size of the thumbnail in pixels. If you specify X, it generates a thumbnail which fit into the square of X by X.
true to regenerate the thumbnail even if the page already has one; otherwise if the page has a thumbnail already, the method does nothing.
IW44 parameters to configure thumbnail quality and size.
Generates thumbnail for the page.
Syntax
Public Overloads Sub GenerateThumbnail( _
   ByVal size As Integer, _
   ByVal forceCreate As Boolean, _
   ByVal iw44Params As IW44EncoderParams _
) 
Dim instance As Page
Dim size As Integer
Dim forceCreate As Boolean
Dim iw44Params As IW44EncoderParams
 
instance.GenerateThumbnail(size, forceCreate, iw44Params)
public void GenerateThumbnail( 
   int size,
   bool forceCreate,
   IW44EncoderParams iw44Params
)
public:
void GenerateThumbnail( 
   int size,
   bool forceCreate,
   IW44EncoderParams^ iw44Params
) 

Parameters

size
Size of the thumbnail in pixels. If you specify X, it generates a thumbnail which fit into the square of X by X.
forceCreate
true to regenerate the thumbnail even if the page already has one; otherwise if the page has a thumbnail already, the method does nothing.
iw44Params
IW44 parameters to configure thumbnail quality and size.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Page Class
Page Members
Overload List

Send Feedback