GetPDFDeclarationsURI

合規性

描述

傳回識別一個機器可讀 PDF Declarations 符合性聲明的 URI

語法

Delphi

Function GetPDFDeclarationsURI(Index: Integer): WideString;

參數

Index要讀取的宣告的從 0 起算索引

傳回值

URIIndex 位置儲存的宣告 URI
空字串未載入文件、Index 為負數或超出範圍,或宣告無法讀取

備註

請以 GetPDFDeclarationsCount 確定 0 到 count-1 的有效範圍

範例

URI:= PDF.GetPDFDeclarationsURI(0);

另請參閱

GetPDFDeclarationsCount, GetPDFDeclarationsRole, GetPDFDeclarationsVersion, HasPDFDeclaration, SetPDFDeclarations