THotPDF.RegisterArticleThread Method
메서드 요약: THotPDF.RegisterArticleThread Method
선언
procedure RegisterArticleThread(const Name: AnsiString; const Title: AnsiString = '');
유닛
HPDFDoc
매개 변수
| 이름 | 목적 |
|---|---|
Name | Unique application-facing thread name used by AddArticleBead |
Title | Optional title written into the thread dictionary /I entry |
사용 참고
- Register the thread before adding article beads to any page
- The emitted catalog receives a /Threads array when at least one registered thread has a bead
- Thread names must be unique within the current document
- The active PDF version must support article threads, so HotPDF raises or validates PDF 1.1 according to StrictVersionLock
Related API
- THPDFPage.AddArticleBead Method
- THotPDF Methods