GetPDFDeclarationsCount

Efterlevnad

Beskrivning

Returnerar hur många PDF Declarations-poster dokumentet bär

Syntax

Delphi

Function GetPDFDeclarationsCount: Integer;

Returvärden

NAntal deklarationsposter, 0 när inga finns

Anmärkningar

Läs varje posts URI, roll och version med GetPDFDeclarationsURI, GetPDFDeclarationsRole och GetPDFDeclarationsVersion

Exempel

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

Se även

AuditDocumentSpace, AnalyseFile