Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

DynaPDF.AddAnnotToPage

Adds an annotation to a page.

Component Version macOS Windows Linux Server iOS SDK
DynaPDF 7.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "DynaPDF.AddAnnotToPage"; PDF; PageNum; Handle )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf
PageNum The page number.
Handle The annotation handle.

Result

Returns OK or error.

Description

Adds an annotation to a page.
With exception of PopUp annotations all annotation types can be drawn on multiple pages. Watermark or Stamp annotations are typical annotations which can be placed on multiple pages.

See also AddAnnotToPage function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a license.

Created 13th December 2016, last changed 13th December 2016


DynaPDF.AddActionToObj - DynaPDF.AddBookmark