Method Draw

Namespace TallComponents.PDF.Rasterizer
Class Page

Draw this PDF page to a SKBitmap

Syntax

public  Void  Draw( SKBitmap  bitmap SKMatrix  matrix RenderSettings  settings Summary  summary )

Returns

Void

Parameters


SKBitmap bitmap
Draw to this bitmap.

SKMatrix matrix
This matrix is concatenated with the base internal matrix. The page is rendered at 72 DPI, so the bottom left corner of the page is mapped to the bottom left corner of the image if that matrix is the identity matrix. One of the Page.CalculateMatrix(...) methods can be used to calculate this parameter.

RenderSettings settings
Various render settings.

Summary summary
The summary to which diagnostic information is written. This can be null.