Method Start

Namespace TallComponents.PDF.Rasterizer
Class DrawJob

It starts rendering process in new thread.

Syntax

public  Void  Start( SKBitmap  bitmap SKMatrix  matrix RenderSettings  renderSettings PageBoundary  pageBoundary )

Returns

Void

Parameters


SKBitmap bitmap
Pdf page is rendered into 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 renderSettings
Varios rendering parameters.

PageBoundary pageBoundary
Defines which page boundary is used for renedering.