Skip to content

T_PDFiumSharp_BitmapFormats

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

BitmapFormats Enumeration

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public enum BitmapFormats

Members

 

Member name Value Description
FPDFBitmap_Gray 1 Gray scale bitmap, one byte per pixel.
FPDFBitmap_BGR 2 3 bytes per pixel, byte order: blue, green, red.
FPDFBitmap_BGRx 3 4 bytes per pixel, byte order: blue, green, red, unused.
FPDFBitmap_BGRA 4 4 bytes per pixel, byte order: blue, green, red, alpha.

See Also

Reference

PDFiumSharp Namespace

Clone this wiki locally