Click or drag to resize

PdfiumFPDFSTREAM_GetRawSize Method

Gets the length in bytes of the stream.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFSTREAM_GetRawSize(
	IntPtr handle
)

Parameters

handle  IntPtr
Handle to a stream object

Return Value

Int32
A integer value representing the length of the stream in bytes.
See Also