GetPDFDeclarationsCount

Soulad s normami

Popis

Vrací, kolik položek PDF Declarations dokument nese

Syntaxe

Delphi

Function GetPDFDeclarationsCount: Integer;

Návratové hodnoty

NPočet položek deklarací, 0 když žádné nejsou

Poznámky

URI, roli a verzi každé položky přečtete přes GetPDFDeclarationsURI, GetPDFDeclarationsRole a GetPDFDeclarationsVersion

Příklad

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

Viz také

AuditDocumentSpace, AnalyseFile