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:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
DynaPDF.ResetAnnotAP
Forces a rebuild of the appearance stream of the specified annotation.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 10.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.ResetAnnotAP"; PDF { ; Handle } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
The PDF reference returned from DynaPDF.New. | |||
Handle | The Annotation handle. If not passed, we use -1 to rebuild all. |
$Annot | Optional |
Result
Returns OK or error.
Description
Forces a rebuild of the appearance stream of the specified annotation.If Handle is set to -1 all annotation appearances will be rebuild. This function be useful if an imported annotation has an invalid or empty appearance stream.
See also ResetAnnotAP function in DynaPDF manual.
See also
Release notes
- Version 10.3
- Added DynaPDF.FlushPagesEx and DynaPDF.ResetAnnotAP functions.
Blog Entries
This function checks for a paid license.
Created 14th July 2020, last changed 14th July 2020
