Click or drag to resize

PdfiumFPDFBitmap_GetWidth Method

Returns the width, in pixels, of the bitmap.

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

Parameters

bitmap  IntPtr
A handle to the device independent bitmap.

Return Value

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