Renders a page into a bitmap.

 

   

Syntax
 

[C#]
System.Drawing.Bitmap GetBitmap()

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The Bitmap containing the image.

 

   

Notes
 

Renders a page into a Bitmap.

The page and rendering options which will be used are those which were current at the time the RenderOperation was created.

This method is similar in functionality to XRendering.GetBitmap but allows safe muti-threaded use.

For details see the Save method.

 

   

Example
 

Nne.