 | PdfiumFPDFSTREAM_GetDecodedData Method |
Decodes stream contents.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFSTREAM_GetDecodedData(
IntPtr handle,
out int size
)
Public Shared Function FPDFSTREAM_GetDecodedData (
handle As IntPtr,
<OutAttribute> ByRef size As Integer
) As IntPtr
public:
static IntPtr FPDFSTREAM_GetDecodedData(
IntPtr handle,
[OutAttribute] int% size
)
static member FPDFSTREAM_GetDecodedData :
handle : IntPtr *
size : int byref -> IntPtr
public static IntPtr FPDFSTREAM_GetDecodedData(
IntPtr handle,
/** @attribute OutAttribute */ /** @ref */int size
)
Patagames.Pdf.Pdfium.FPDFSTREAM_GetDecodedData = function(handle, size);
Parameters
- handle IntPtr
- Handle to a stream object
- size Int32
- The lenth of decoded contetnt
Return Value
IntPtrThe decoded Stream contents in unmanaged memory or IntPtr.Zero if any errors occurs.
Remarks
See Also