M_PDFiumSharp_PDFium_FPDFBitmap_GetHeight - ArgusMagnus/PDFiumSharp GitHub Wiki

PDFium.FPDFBitmap_GetHeight Method

Get height of a bitmap.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public static int FPDFBitmap_GetHeight(
	FPDF_BITMAP bitmap
)

Parameters

 

bitmap
Type: PDFiumSharp.Types.FPDF_BITMAP
Handle to the bitmap as returned by FPDFBitmap_Create(Int32, Int32, Boolean).

Return Value

Type: Int32
The height of the bitmap in pixels.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PDFiumBitmap.Height

⚠️ **GitHub.com Fallback** ⚠️