pdfGetIsTaggingEnabled
Report whether structure-tree tagging is currently active
C
BOOL32 __stdcall pdfGetIsTaggingEnabled(PPDF IPDF);
Delphi
function pdfGetIsTaggingEnabled(const IPDF: PPDF): LongBool; stdcall;
Purpose. Report whether structure-tree tagging is currently active for the output document (set implicitly once pdfCreateStructureTree, Document Info & Structure Tree, has been called).
Return value. True if a structure tree has been started; False otherwise.
C# (P/Invoke)
wrappers/dotnet/LumasPdf.cs
[return: MarshalAs(UnmanagedType.Bool)]
Area
Core SDK
Category
Getters
Exported names
pdfGetIsTaggingEnabled
String variants
The …A form takes UTF-8, …W
takes UTF-16; a bare name aliases the ANSI form.
See working code
Worked examples — complete programs in ten languages.