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



Thumbnail size in pixels. The thumbnails are sized to the maximum size that fits into the box of the specified size.
Generate the thumbnails for all the pages of the specified size.
Syntax
Public Overloads Sub GenerateThumbnails( _
   ByVal size As Integer _
) 
Dim instance As Document
Dim size As Integer
 
instance.GenerateThumbnails(size)
public void GenerateThumbnails( 
   int size
)
public:
void GenerateThumbnails( 
   int size
) 

Parameters

size
Thumbnail size in pixels. The thumbnails are sized to the maximum size that fits into the box of the specified size.
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