THPDFPage.AddArticleBead Method

Method summary: THPDFPage.AddArticleBead Method

Declaration

function AddArticleBead(const ThreadName: AnsiString; Rectangle: TRect): THPDFDictionaryObject;

Unit

HPDFDoc

Parameters

NamePurpose
ThreadNameName previously registered with THotPDF.RegisterArticleThread
RectanglePage rectangle that defines this bead's visible article region

Return value

The indirect bead dictionary, useful for callers that need to inspect or extend the emitted object before final output

Usage notes

Related API