THotPDF.GetLoadedFileSpecInfo Method
메서드 요약: THotPDF.GetLoadedFileSpecInfo Method
선언
function GetLoadedFileSpecInfo(Index: Integer; out AName, ADesc, AMIME: AnsiString; out ASize: Int64): boolean;
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
Index | Zero-based embedded-file specification index |
AName | Receives the embedded file name |
ADesc | Receives the optional file description |
AMIME | Receives the embedded stream MIME subtype |
ASize | Receives the stored embedded stream length |
반환 값
Returns True when the indexed embedded-file specification is available
사용 참고
- Call GetLoadedEmbeddedFileCount to determine the valid index range
- Description, MIME subtype, and size can be empty or zero when the file specification omits them
관련 API
- THotPDF
- THPDFPage
- 목차