 | PdfiumFPDFBitmap_GetWidth Method |
Returns the width, in pixels, of the bitmap.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFBitmap_GetWidth(
IntPtr bitmap
)
Public Shared Function FPDFBitmap_GetWidth (
bitmap As IntPtr
) As Integer
public:
static int FPDFBitmap_GetWidth(
IntPtr bitmap
)
static member FPDFBitmap_GetWidth :
bitmap : IntPtr -> int
public static int FPDFBitmap_GetWidth(
IntPtr bitmap
)
Patagames.Pdf.Pdfium.FPDFBitmap_GetWidth = function(bitmap);
Parameters
- bitmap IntPtr
- A handle to the device independent bitmap.
Return Value
Int32The number of pixels in a horizontal line of the
bitmap.
See Also