THPDFPage.AddArticleBead Method
メソッドの要約: THPDFPage.AddArticleBead Method
宣言
function AddArticleBead(const ThreadName: AnsiString; Rectangle: TRect): THPDFDictionaryObject;
ユニット
HPDFDoc
パラメータ
| 名前 | 目的 |
|---|---|
ThreadName | Name previously registered with THotPDF.RegisterArticleThread |
Rectangle | Page rectangle that defines this bead's visible article region |
戻り値
The indirect bead dictionary, useful for callers that need to inspect or extend the emitted object before final output
使用上の注意
- The method writes a /Type /Bead dictionary with /T, /P, /R, /N, and /V entries
- Multiple beads in the same thread are linked into the circular next and previous chain required by PDF readers
- The current page receives a /B bead array entry, and the thread dictionary tracks its first bead
- The active PDF version must support article threads, so HotPDF raises or validates PDF 1.1 according to StrictVersionLock
Related API
- THotPDF.RegisterArticleThread Method
- THPDFPage Methods