Skip to content

M_PDFiumSharp_PDFium_FPDFBitmap_GetWidth

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFBitmap_GetWidth Method

Get width of a bitmap.

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

Syntax

C#

public static int FPDFBitmap_GetWidth(
	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 width of the bitmap in pixels.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PDFiumBitmap.Width

Clone this wiki locally