 | PdfiumFPDFPage_GenerateContent Method |
Generate PDF Page content.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFPage_GenerateContent(
IntPtr page
)
Public Shared Function FPDFPage_GenerateContent (
page As IntPtr
) As Boolean
public:
static bool FPDFPage_GenerateContent(
IntPtr page
)
static member FPDFPage_GenerateContent :
page : IntPtr -> bool
public static boolean FPDFPage_GenerateContent(
IntPtr page
)
Patagames.Pdf.Pdfium.FPDFPage_GenerateContent = function(page);
Parameters
- page IntPtr
- Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double)
Return Value
BooleanTrue if successful, false otherwise.
RemarksBefore you save the page to a file, or reload the page, you must call the
FPDFPage_GenerateContent(IntPtr) function or any changes to
page will be lost.
Note |
---|
Only images may be generated by this method. |
See Also