Components | All | MacOS (Only) | Windows (Only) | Linux (Only, Not) | iOS (Only, Not) | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
12.3 | 12.4 | 12.5 | 13.0 | 13.1 | 13.2 | 13.3 | 13.4 | 13.5 | 14.0 |
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 |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
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
- Version 7.0
- Added DynaPDF.AddAnnotToPage and DynaPDF.WatermarkAnnot functions.
Blog Entries
This function checks for a license.
Created 13th December 2016, last changed 13th December 2016
