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