![]() | PdfiumFPDF_ |
Note: This API is now obsolete.
[ObsoleteAttribute("This method is obsolete", true)] public static IntPtr FPDF_AllocMemory( uint size )
<ObsoleteAttribute("This method is obsolete", true)> Public Shared Function FPDF_AllocMemory ( size As UInteger ) As IntPtr
public: [ObsoleteAttribute(L"This method is obsolete", true)] static IntPtr FPDF_AllocMemory( unsigned int size )
[<ObsoleteAttribute("This method is obsolete", true)>] static member FPDF_AllocMemory : size : uint32 -> IntPtr
/** @attribute ObsoleteAttribute("This method is obsolete", true) */ public static IntPtr FPDF_AllocMemory( UInt32 size )
Patagames.Pdf.Pdfium.FPDF_AllocMemory = function(size);
This method is obsolete and will be removed in a future release of the Pdfium .Net SDK
Some FPDFSDK interface may require application to allocate memory for internal use of FPDFSDK. In this case application must call this function to allocate memory, don't use malloc() or other memory allocator. If an error handler installed and exception/long jump is used in the out of memory handling, this function might never return if no memory available.