mindee-api-dotnet

PdfUtils.GeneratePageBitmap Method

Declaring Type: PdfUtils
Namespace: Mindee.Pdf
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Generates a bitmap of the current read page. This operation rasterizes the contents.

public static SKBitmap GeneratePageBitmap(int imageQuality, IPageReader pageReader, int width, int height);

Parameters

imageQuality int

Target quality for the contents of the page.

pageReader IPageReader

Page reader instance for the currently read page.

width int

Width of the page.

height int

Height of the page.

Returns

SKBitmap

A resized bitmap of the contents of the rasterized page.


Documentation generated by MdDocs