Overload_PDFiumSharp_PDFiumBitmap__ctor - ArgusMagnus/PDFiumSharp GitHub Wiki
Name | Description | |
---|---|---|
![]() |
PDFiumBitmap(Int32, Int32, Boolean) | Creates a new PDFiumBitmap. Unmanaged memory is allocated which must be freed by calling Dispose(FPDF_BITMAP). |
![]() |
PDFiumBitmap(Int32, Int32, BitmapFormats, IntPtr, Int32) | Creates a new PDFiumBitmap using memory allocated by the caller. The caller is responsible for freeing the memory and that the adress stays valid during the lifetime of the returned PDFiumBitmap. |