GetPDFDeclarationsCount

Compliance

Description

Returns how many PDF Declarations entries the document carries

Syntax

Delphi

Function GetPDFDeclarationsCount: Integer;

Return values

NNumber of declaration entries, 0 when none exist

Remarks

Read the URI, role and version of each entry with GetPDFDeclarationsURI, GetPDFDeclarationsRole and GetPDFDeclarationsVersion.

Example

for I:= 0 to PDF.GetPDFDeclarationsCount- 1 do Memo1.Lines.Add(PDF.GetPDFDeclarationsURI(I));

See also

AuditDocumentSpace, AnalyseFile