M_PDFiumSharp_PDFium_FPDFBitmap_GetStride - ArgusMagnus/PDFiumSharp GitHub Wiki
Get number of bytes for each line in the bitmap buffer.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static int FPDFBitmap_GetStride(
FPDF_BITMAP bitmap
)
- bitmap
- Type: PDFiumSharp.Types.FPDF_BITMAP
Handle to the bitmap as returned by FPDFBitmap_Create(Int32, Int32, Boolean).
Type: Int32
The number of bytes for each line in the bitmap buffer.
The stride may be more than width * number of bytes per pixel.