 | PdfiumFPDFBitmap_GetFormat Method |
Returns the pixel format for the bitmap.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static BitmapFormats FPDFBitmap_GetFormat(
IntPtr bitmap
)
Public Shared Function FPDFBitmap_GetFormat (
bitmap As IntPtr
) As BitmapFormats
public:
static BitmapFormats FPDFBitmap_GetFormat(
IntPtr bitmap
)
static member FPDFBitmap_GetFormat :
bitmap : IntPtr -> BitmapFormats
public static BitmapFormats FPDFBitmap_GetFormat(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FPDFBitmap_GetFormat = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
Return Value
BitmapFormatsA
BitmapFormats that represents the pixel format for the
bitmap.
See Also