 | PdfiumFPDFSTREAM_GetRawData Method |
Get underlying buffer of the stream.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFSTREAM_GetRawData(
IntPtr handle
)
Public Shared Function FPDFSTREAM_GetRawData (
handle As IntPtr
) As IntPtr
public:
static IntPtr FPDFSTREAM_GetRawData(
IntPtr handle
)
static member FPDFSTREAM_GetRawData :
handle : IntPtr -> IntPtr
public static IntPtr FPDFSTREAM_GetRawData(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFSTREAM_GetRawData = function(handle);
Parameters
- handle IntPtr
- Handle to a stream object
Return Value
IntPtrThe stream content in an unmanaged memory or IntPtr.Zero if any errors occurs.
See Also