 | PdfiumFPDFBitmap_Destroy Method |
Destroy a device independent bitmap and release all related buffers.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFBitmap_Destroy(
IntPtr bitmap
)
Public Shared Sub FPDFBitmap_Destroy (
bitmap As IntPtr
)
public:
static void FPDFBitmap_Destroy(
IntPtr bitmap
)
static member FPDFBitmap_Destroy :
bitmap : IntPtr -> unit
public static void FPDFBitmap_Destroy(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FPDFBitmap_Destroy = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap. Returned by FPDFBitmap_Create(Int32, Int32, Boolean), {0} Overload function.
RemarksThis function will not destroy any external buffer.
See Also