 | PdfiumFPDFPage_GenerateContentEx(IntPtr) Method |
Generate PDF Page content.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFPage_GenerateContentEx(
IntPtr page
)
Public Shared Function FPDFPage_GenerateContentEx (
page As IntPtr
) As Boolean
public:
static bool FPDFPage_GenerateContentEx(
IntPtr page
)
static member FPDFPage_GenerateContentEx :
page : IntPtr -> bool
public static boolean FPDFPage_GenerateContentEx(
IntPtr page
)
Patagames.Pdf.Pdfium.FPDFPage_GenerateContentEx = function(page);
Parameters
- page IntPtr
- Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double)
Return Value
BooleanTrue 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