Click or drag to resize

PdfiumFPDFBitmap_GetHeight Method

Returns the height, in pixels, of the bitmap.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFBitmap_GetHeight(
	IntPtr bitmap
)

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

Int32
The number of pixels in a vertical line of the bitmap.
See Also