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



Thumbnail size in pixels. The thumbnails are sized to the maximum size that fits into the box of the specified size.
If you want to overwrite the existing thumbnails, this should be true; otherwise, this method only generates thumbnails only for the pages without thumbnails.
IW44 parameters to configure the thumbnail.
Generate the thumbnails for all the pages of the specified size and parameters.
Syntax
Public Overloads Sub GenerateThumbnails( _
   ByVal size As Integer, _
   ByVal forceCreate As Boolean, _
   ByVal iw44Params As IW44EncoderParams _
) 
Dim instance As Document
Dim size As Integer
Dim forceCreate As Boolean
Dim iw44Params As IW44EncoderParams
 
instance.GenerateThumbnails(size, forceCreate, iw44Params)
public void GenerateThumbnails( 
   int size,
   bool forceCreate,
   IW44EncoderParams iw44Params
)
public:
void GenerateThumbnails( 
   int size,
   bool forceCreate,
   IW44EncoderParams^ iw44Params
) 

Parameters

size
Thumbnail size in pixels. The thumbnails are sized to the maximum size that fits into the box of the specified size.
forceCreate
If you want to overwrite the existing thumbnails, this should be true; otherwise, this method only generates thumbnails only for the pages without thumbnails.
iw44Params
IW44 parameters to configure the thumbnail.
Requirements

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

See Also

Reference

Document Class
Document Members
Overload List
IW44EncoderParams Class

Send Feedback