Cuminas DjVu SDK for .NET Framework
GenerateThumbnails(Int32,Boolean) 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.
Generate the thumbnails for all the pages of the specified size.
Syntax
Public Overloads Sub GenerateThumbnails( _
   ByVal size As Integer, _
   ByVal forceCreate As Boolean _
) 
Dim instance As Document
Dim size As Integer
Dim forceCreate As Boolean
 
instance.GenerateThumbnails(size, forceCreate)
public void GenerateThumbnails( 
   int size,
   bool forceCreate
)
public:
void GenerateThumbnails( 
   int size,
   bool forceCreate
) 

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.
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

Send Feedback