 | PdfPageFlattenPage Method |
Flat a pdf page, annotations or form fields will become part of the page contents.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FlattenResults FlattenPage(
FlattenFlags flag
)
Public Function FlattenPage (
flag As FlattenFlags
) As FlattenResults
public:
FlattenResults FlattenPage(
FlattenFlags flag
)
member FlattenPage :
flag : FlattenFlags -> FlattenResults
public FlattenResults FlattenPage(
FlattenFlags flag
)
function FlattenPage(flag);
Parameters
- flag FlattenFlags
- the flag for the use of flatten result. FlattenFlags.NormalDisplay for normal display, FlattenFlags.FlatPrint for print.
Return Value
FlattenResultsThe result flag of the function, See flags
FlattenResults.
RemarksCurrent Version on all fails return zero.
See Also