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

DynaPDF.GetInIsTaggedPDF

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
MBS( "DynaPDF.GetInIsTaggedPDF"; PDF )   More

Parameters

Parameter Description Example
PDF The PDF reference returned from DynaPDF.New. $pdf

Result

Returns number or error.

Description

Whether the currently open import file is a Tagged PDF file.
The PDF file must be opened beforehand with DynaPDF.OpenPDFFromContainer or DynaPDF.OpenPDFFromFile.
The return value is a set flags indicating the tagging status of the file.

FlagValueDescription
miNotTagged0This is no Tagged PDF file.
miTagged1This is a Tagged PDF file.
miSuspects2The file contains suspect contents that whose ordering does not ordered meet the requirements of the Tagged PDF specifications.
miUserProperties4A flag indicating that at least one structure element contains user properties. User properties are stored in User Property dictionaries.

See also GetInIsTaggedPDF function in DynaPDF manual.

See also

Release notes

Blog Entries

This function checks for a license.

Created 19th July 2021, last changed 19th July 2021


DynaPDF.GetInIsSigned - DynaPDF.GetInIsTrapped