GetPDFDeclarationsCount

合規性

描述

傳回文件攜帶的 PDF Declarations 項目數量

語法

Delphi

Function GetPDFDeclarationsCount: Integer;

傳回值

N宣告項目數量;沒有時為 0

備註

請以 GetPDFDeclarationsURI、GetPDFDeclarationsRole 與 GetPDFDeclarationsVersion 讀取每個項目的 URI、角色與版本

範例

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

另請參閱

AuditDocumentSpace, AnalyseFile