pdfium package
documentation
pdfium
FPDFBitmap_Create typedef
FPDFBitmap_Create
pdfium package
documentation
pdfium
FPDFBitmap_Create typedef
pdfium library
Classes
FPDF_BITMAP
FPDF_DOCUMENT
FPDF_LIBRARY_CONFIG
FPDF_PAGE
Properties
fBitmapCreate
fBitmapFillRect
fBitmapGetBuffer
fCloseDocument
fDestroyLibrary
fGetLastError
fGetPageCount
fGetPageHeight
fGetPageWidth
fInitLibraryWithConfig
fLoadDocument
fLoadPage
fRenderPageBitmap
Functions
initLibrary
loadDocument
loadDylib
pointsToPixels
Typedefs
BitmapCreate
BitmapFillRect
BitmapGetBuffer
CloseDocument
DestroyLibrary
FPDF_CloseDocument
FPDF_DestroyLibrary
FPDF_GetLastError
FPDF_GetPageCount
FPDF_GetPageHeight
FPDF_GetPageWidth
FPDF_InitLibraryWithConfig
FPDF_LoadDocument
FPDF_LoadPage
FPDF_RenderPageBitmap
FPDFBitmap_Create
FPDFBitmap_FillRect
FPDFBitmap_GetBuffer
GetLastError
GetPageCount
GetPageHeight
GetPageWidth
InitLibraryWithConfig
LoadPage
RenderPageBitmap
FPDFBitmap_Create
typedef
Pointer
<
FPDF_BITMAP
>
FPDFBitmap_Create
(
Int32
width
,
Int32
height
,
Int32
alpha
)
Implementation
typedef Pointer<FPDF_BITMAP> FPDFBitmap_Create( Int32 width, Int32 height, Int32 alpha, );