Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fpdf_catalog.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "fpdfview.h"
+ Include dependency graph for fpdf_catalog.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFCatalog_IsTagged (FPDF_DOCUMENT document)
 

Function Documentation

◆ FPDFCatalog_IsTagged()

FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFCatalog_IsTagged ( FPDF_DOCUMENT document)

Experimental API.

Determine if |document| represents a tagged PDF.

For the definition of tagged PDF, See (see 10.7 "Tagged PDF" in PDF Reference 1.7).

document - handle to a document.

Returns |true| iff |document| is a tagged PDF.

Definition at line 12 of file fpdf_catalog.cpp.

References CPDFDocumentFromFPDFDocument(), and CPDF_Document::GetRoot().

Referenced by CheckPDFiumCApi(), and TEST_F().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: