M_PDFiumSharp_PDFium_FPDFBitmap_GetWidth - ArgusMagnus/PDFiumSharp GitHub Wiki
Get width of a bitmap.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static int FPDFBitmap_GetWidth(
FPDF_BITMAP bitmap
)
- bitmap
- Type: PDFiumSharp.Types.FPDF_BITMAP
Handle to the bitmap as returned by FPDFBitmap_Create(Int32, Int32, Boolean).
Type: Int32
The width of the bitmap in pixels.