Click or drag to resize

PdfiumFPDFDICT_GetStreamBy Method

Gets the Stream object associated with the specified key.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFDICT_GetStreamBy(
	IntPtr handle,
	string key
)

Parameters

handle  IntPtr
Handle to Dictionary object.
key  String
The key contained in the Dictionary.

Return Value

IntPtr
A handle to Stream object or IntPtr.Zero if any error is occured.
See Also