PdfiumFPDFBitmap_ |
Note: This API is now obsolete.
[ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FPDFBitmap_GetStride instead.", false)] public static int FPDFBitmap_GetPitch( IntPtr bitmap )
<ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FPDFBitmap_GetStride instead.", false)> Public Shared Function FPDFBitmap_GetPitch ( bitmap As IntPtr ) As Integer
public: [ObsoleteAttribute(L"This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FPDFBitmap_GetStride instead.", false)] static int FPDFBitmap_GetPitch( IntPtr bitmap )
[<ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FPDFBitmap_GetStride instead.", false)>] static member FPDFBitmap_GetPitch : bitmap : IntPtr -> int
/** @attribute ObsoleteAttribute("This method is obsolete and will be removed in a future release of the Pdfium .Net SDK. Please use FPDFBitmap_GetStride instead.", false) */ public static int FPDFBitmap_GetPitch( IntPtr bitmap )
Patagames.Pdf.Pdfium.FPDFBitmap_GetPitch = function(bitmap);