GetPDFDeclarationsURI
コンプライアンス
説明
機械可読なPDF Declarations適合宣言1つを識別するURIを返します
構文
Delphi
Function GetPDFDeclarationsURI(Index: Integer): WideString;パラメータ
| Index | 読み取る宣言の0始まりインデックス |
|---|
戻り値
| URI | Index位置に保存された宣言URI |
|---|---|
| 空文字列 | ドキュメントが読み込まれていない、Indexが負または範囲外、または宣言を読み取れません |
備考
有効な範囲(0からcount - 1まで)を確認するにはGetPDFDeclarationsCountを使用します
例
URI:= PDF.GetPDFDeclarationsURI(0);関連項目
GetPDFDeclarationsCount, GetPDFDeclarationsRole, GetPDFDeclarationsVersion, HasPDFDeclaration, SetPDFDeclarations