Click or drag to resize

PdfiumFPDFImageObj_GetStream Method

Get the stream contains image data from the specified image object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static IntPtr FPDFImageObj_GetStream(
	IntPtr image_obj
)

Parameters

image_obj  IntPtr
The handle to an image object.

Return Value

IntPtr
The handle to the Stream.
See Also