Click or drag to resize

PdfPageFlattenPage Method

Flat a pdf page, annotations or form fields will become part of the page contents.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FlattenResults FlattenPage(
	FlattenFlags flag
)

Parameters

flag  FlattenFlags
the flag for the use of flatten result. FlattenFlags.NormalDisplay for normal display, FlattenFlags.FlatPrint for print.

Return Value

FlattenResults
The result flag of the function, See flags FlattenResults.
Remarks
Current Version on all fails return zero.
See Also