Cuminas DjVu SDK for .NET Framework
CreateBitmapSource Method



Image dimensions in pixels.
One of RenderingMode Enumeration values to specify layes to render.
Any combinations of RenderingOptions Enumeration values to specify renderer behavior.
Create PageBitmapSource object, which renders page image.
Syntax
Public Function CreateBitmapSource( _
   ByVal imageSize As Size, _
   ByVal renderingMode As RenderingMode, _
   ByVal options As RenderingOptions _
) As PageBitmapSource
Dim instance As Page
Dim imageSize As Size
Dim renderingMode As RenderingMode
Dim options As RenderingOptions
Dim value As PageBitmapSource
 
value = instance.CreateBitmapSource(imageSize, renderingMode, options)

Parameters

imageSize
Image dimensions in pixels.
renderingMode
One of RenderingMode Enumeration values to specify layes to render.
options
Any combinations of RenderingOptions Enumeration values to specify renderer behavior.
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
Draw Method
RenderImage Method

Send Feedback