THotPDF.ExtractEmbeddedFileBytes 메서드
메서드 요약: THotPDF.ExtractEmbeddedFileBytes 메서드
선언
function ExtractEmbeddedFileBytes(const AFileName: AnsiString; out ABytes : TBytes): Boolean;
유닛
HPDFDoc
매개변수
| 이름 | 목적 |
|---|---|
AFileName | Embedded file name as stored in the loaded document name tree |
ABytes | Receives the embedded file stream bytes when the method returns True |
반환 값
요청한 embedded file byte를 찾아 copy하면 True를 반환합니다
사용 참고 사항
관련 API
- THotPDF.GetLoadedEmbeddedFileSpec 메서드
- THotPDF.ExtractFacturXXML 메서드
- THotPDF.DetectFacturXInvoice 메서드