Get a copy of the bitmap for as far as it has been drawn. This may return null, e.g. when the job has not yet been started, or after calling Dispose for the job.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.2

Syntax

C#
public Bitmap GetBitmap()
Visual Basic
Public Function GetBitmap As Bitmap

Remarks

Unlicensed versions of this software will return a bitmap that has an evaluation notice printed over it.

See Also