Click or drag to resize

PdfiumFPDFFormContent_GetStream Method

Get the underlying stream object.

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

Parameters

contentObject  IntPtr
Handle to the content object returned by {0} Overload.

Return Value

IntPtr
The handle of stream object.
See Also