| PdfPageGenerateContent Method |
Generate PDF Page content.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public bool GenerateContent(
bool imagesOnly = false
)
Public Function GenerateContent (
Optional imagesOnly As Boolean = false
) As Boolean
public:
bool GenerateContent(
bool imagesOnly = false
)
member GenerateContent :
?imagesOnly : bool
(* Defaults:
let _imagesOnly = defaultArg imagesOnly false
*)
-> bool
public boolean GenerateContent(
boolean imagesOnly = false
)
function GenerateContent(imagesOnly);
Parameters
- imagesOnly Boolean (Optional)
- If true images only will be generated.
Return Value
BooleanTrue 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 |
---|
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