Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.GetAnnotCount
Returns the number of annotations currently used in the document.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 5.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetAnnotCount"; PDF ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. |
Result
Returns number or error.
Description
Returns the number of annotations currently used in the document.Note: This value includes also annotations which were deleted by DynaPDF.DeleteAnnotation because annotations are not physically deleted at runtime. This value can be used to loop over all annotations. Annotation handles are simple array indexes.
See also GetAnnotCount function in DynaPDF manual.
See also
- DynaPDF.DeleteAnnotation
- DynaPDF.GetFontCount
- DynaPDF.GetInFieldCount
- DynaPDF.GetOCGCount
- DynaPDF.GetPageAnnotCount
- DynaPDF.GetPageCount
- DynaPDF.GetTemplCount
- DynaPDF.SetAnnotFlags
- DynaPDF.SetAnnotIcon
- DynaPDF.SetAnnotString
Example Databases
Created 25th November 2014, last changed 25th November 2014
DynaPDF.GeneratePreview - DynaPDF.GetAnnotFlags
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins