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



Size of the thumbnail in pixels. If you specify X, it generates a thumbnail which fit into the square of X by X.
Generates thumbnail for the page.
Syntax
Public Overloads Sub GenerateThumbnail( _
   ByVal size As Integer _
) 
Dim instance As Page
Dim size As Integer
 
instance.GenerateThumbnail(size)
public void GenerateThumbnail( 
   int size
)
public:
void GenerateThumbnail( 
   int size
) 

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