 | PdfiumFPDFSTREAM_GetData Method |
Get a managed copy of underlying buffer of the stream.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static byte[] FPDFSTREAM_GetData(
IntPtr handle
)
Public Shared Function FPDFSTREAM_GetData (
handle As IntPtr
) As Byte()
public:
static array<unsigned char>^ FPDFSTREAM_GetData(
IntPtr handle
)
static member FPDFSTREAM_GetData :
handle : IntPtr -> byte[]
public static byte[] FPDFSTREAM_GetData(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFSTREAM_GetData = function(handle);
Parameters
- handle IntPtr
- Handle to a stream object
Return Value
ByteA byte array containing the content of the stream.
See Also