 | PdfiumFPDFBitmap_GetHeight Method |
Returns the height, in pixels, of the bitmap.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFBitmap_GetHeight(
IntPtr bitmap
)
Public Shared Function FPDFBitmap_GetHeight (
bitmap As IntPtr
) As Integer
public:
static int FPDFBitmap_GetHeight(
IntPtr bitmap
)
static member FPDFBitmap_GetHeight :
bitmap : IntPtr -> int
public static int FPDFBitmap_GetHeight(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FPDFBitmap_GetHeight = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
Return Value
Int32The number of pixels in a vertical line of the
bitmap.
See Also