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
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public FlattenResults FlattenPage(
	FlattenFlags flag
)

Parameters

flag
Type: Patagames.Pdf.EnumsFlattenFlags
the flag for the use of flatten result. FlattenFlags.NormalDisplay for normal display, FlattenFlags.FlatPrint for print.

Return Value

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