Skip to content

M_PDFiumSharp_PDFium_FPDFBitmap_GetHeight

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

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

Clone this wiki locally