Click or drag to resize

PdfPageGenerateContent Method

Generate PDF Page content.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public bool GenerateContent(
	bool imagesOnly = false
)

Parameters

imagesOnly  Boolean  (Optional)
If true images only will be generated.

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 GenerateContent function. Or the changed information will be lost.
Note  Note
This feature needs a full license. However, if you set the imagesOnly flag to true, then the LITE license will also be suitable.
See Also