Cuminas DjVu SDK for .NET Framework
RenderThumbnail(Boolean) Method



If the value is false, the method may render the thumbnail using the actual page image; otherwise, if it is true, if no thumbnail is associated to the page, the method throws an exception.
Renders page thumbnail on Image object.
Syntax
Public Overloads Function RenderThumbnail( _
   ByVal alwaysRenderThumbnail As Boolean _
) As Image
Dim instance As Page
Dim alwaysRenderThumbnail As Boolean
Dim value As Image
 
value = instance.RenderThumbnail(alwaysRenderThumbnail)
public Image RenderThumbnail( 
   bool alwaysRenderThumbnail
)
public:
Image^ RenderThumbnail( 
   bool alwaysRenderThumbnail
) 

Parameters

alwaysRenderThumbnail
If the value is false, the method may render the thumbnail using the actual page image; otherwise, if it is true, if no thumbnail is associated to the page, the method throws an exception.
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