Click or drag to resize

PdfiumFPDFSTREAM_IsMemoryBased Method

Returns a Boolean value that indicates whether a Stream was initialized from memory.

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

Parameters

handle  IntPtr
Handle to a number object

Return Value

Boolean
true if the Stream object was initialized from the memory, otherwise false.
See Also