Skip to content

M_PDFiumSharp_PDFium_FPDFBitmap_GetStride

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDFBitmap_GetStride Method

Get number of bytes for each line in the bitmap buffer.

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

Syntax

C#

public static int FPDFBitmap_GetStride(
	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 number of bytes for each line in the bitmap buffer.

Remarks

The stride may be more than width * number of bytes per pixel.

See Also

Reference

PDFium Class
PDFiumSharp Namespace
PDFiumBitmap.Stride

Clone this wiki locally