 | PdfiumFPDFDICT_GetStreamBy Method |
Gets the Stream object associated with the specified key.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFDICT_GetStreamBy(
IntPtr handle,
string key
)
Public Shared Function FPDFDICT_GetStreamBy (
handle As IntPtr,
key As String
) As IntPtr
public:
static IntPtr FPDFDICT_GetStreamBy(
IntPtr handle,
String^ key
)
static member FPDFDICT_GetStreamBy :
handle : IntPtr *
key : string -> IntPtr
public static IntPtr FPDFDICT_GetStreamBy(
IntPtr handle,
String key
)
Patagames.Pdf.Pdfium.FPDFDICT_GetStreamBy = function(handle, key);
Parameters
- handle IntPtr
- Handle to Dictionary object.
- key String
- The key contained in the Dictionary.
Return Value
IntPtrA handle to Stream object or IntPtr.Zero if any error is occured.
See Also