GetPDFDeclarationsVersion
규격 준수
설명
기계가 읽을 수 있는 PDF Declarations 적합성 선언 하나에 저장된 선택적 버전을 반환합니다
구문
Delphi
Function GetPDFDeclarationsVersion(Index: Integer): WideString;매개변수
| Index | 읽을 선언의 0 기반 인덱스 |
|---|
반환 값
| Version | Index 위치에 저장된 선언 버전 |
|---|---|
| 빈 문자열 | 선언에 버전이 없거나, 문서가 로드되지 않았거나, 인덱스가 음수이거나 범위를 벗어났거나, 선언을 읽을 수 없습니다 |
비고
/version 항목이 없는 선언에서도 빈 결과는 유효하므로, GetPDFDeclarationsCount로 유효한 인덱스와 범위를 벗어난 인덱스를 구분하십시오
예제
Version:= PDF.GetPDFDeclarationsVersion(0);참고 항목
GetPDFDeclarationsCount, GetPDFDeclarationsURI, GetPDFDeclarationsRole, SetPDFDeclarations