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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Whether the currently open import file is a Tagged PDF file.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 11.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. |
Returns number or error.
Flag | Value | Description |
miNotTagged | 0 | This is no Tagged PDF file. |
miTagged | 1 | This is a Tagged PDF file. |
miSuspects | 2 | The file contains suspect contents that whose ordering does not ordered meet the requirements of the Tagged PDF specifications. |
miUserProperties | 4 | A flag indicating that at least one structure element contains user properties. User properties are stored in User Property dictionaries. |
Created 19th July 2021, last changed 19th July 2021
DynaPDF.GetInIsSigned - DynaPDF.GetInIsTrapped
Feedback: Report problem or ask question.