THPDFPage.AddArticleBead Method
Povzetek metode: THPDFPage.AddArticleBead Method
Deklaracija
function AddArticleBead(const ThreadName: AnsiString; Rectangle: TRect): THPDFDictionaryObject;
Unit
HPDFDoc
Parametri
| Name | Namen |
|---|---|
ThreadName | Name previously registered with THotPDF.RegisterArticleThread |
Rectangle | Page rectangle that defines this bead's visible article region |
Vrnjena vrednost
The indirect bead dictionary, useful for callers that need to inspect or extend the emitted object before final output
Opombe o uporabi
- 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