GetPDFDeclarationsURI
규격 준수
설명
기계가 읽을 수 있는 PDF Declarations 적합성 선언 하나를 식별하는 URI를 반환합니다
구문
Delphi
Function GetPDFDeclarationsURI(Index: Integer): WideString;매개변수
| Index | 읽을 선언의 0 기반 인덱스 |
|---|
반환 값
| URI | Index 위치에 저장된 선언 URI |
|---|---|
| 빈 문자열 | 문서가 로드되지 않았거나, 인덱스가 음수이거나 범위를 벗어났거나, 선언을 읽을 수 없습니다 |
비고
GetPDFDeclarationsCount로 0부터 개수 빼기 1까지의 유효 범위를 먼저 확인하십시오
예제
URI:= PDF.GetPDFDeclarationsURI(0);참고 항목
GetPDFDeclarationsCount, GetPDFDeclarationsRole, GetPDFDeclarationsVersion, HasPDFDeclaration, SetPDFDeclarations