 | PdfiumFPDFSTREAM_GetRawSize Method |
Gets the length in bytes of the stream.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFSTREAM_GetRawSize(
IntPtr handle
)
Public Shared Function FPDFSTREAM_GetRawSize (
handle As IntPtr
) As Integer
public:
static int FPDFSTREAM_GetRawSize(
IntPtr handle
)
static member FPDFSTREAM_GetRawSize :
handle : IntPtr -> int
public static int FPDFSTREAM_GetRawSize(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFSTREAM_GetRawSize = function(handle);
Parameters
- handle IntPtr
- Handle to a stream object
Return Value
Int32A integer value representing the length of the stream in bytes.
See Also