 | PdfiumFPDFSTREAM_IsMemoryBased Method |
Returns a Boolean value that indicates whether a Stream was initialized from memory.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFSTREAM_IsMemoryBased(
IntPtr handle
)
Public Shared Function FPDFSTREAM_IsMemoryBased (
handle As IntPtr
) As Boolean
public:
static bool FPDFSTREAM_IsMemoryBased(
IntPtr handle
)
static member FPDFSTREAM_IsMemoryBased :
handle : IntPtr -> bool
public static boolean FPDFSTREAM_IsMemoryBased(
IntPtr handle
)
Patagames.Pdf.Pdfium.FPDFSTREAM_IsMemoryBased = function(handle);
Parameters
- handle IntPtr
- Handle to a number object
Return Value
Booleantrue if the Stream object was initialized from the memory, otherwise false.
See Also