Click or drag to resize

PdfiumFPDFPage_GenerateContentEx(IntPtr) Method

Generate PDF Page content.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFPage_GenerateContentEx(
	IntPtr page
)

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double)

Return Value

Boolean
True if successful, false otherwise.
Remarks
Before you save the page to a file, or reload the page, you must call the {0} Overload function or any changes to page will be lost.
See Also