|
THotPDF.CreateIndirectFontDict
|
Вгору |
|
Allocates fresh empty THPDFDictionaryObject registered as indirect PDF object in document IndirectObjects table Callers building custom font, color, OCG or Function dicts fill returned dict and pass it to APIs accepting existing THPDFDictionaryObject
Delphi syntax: function CreateIndirectFontDict: THPDFDictionaryObject;
C++ syntax: THPDFDictionaryObject* CreateIndirectFontDict();
Опис Returned dict starts empty Caller adds entries via AddNameValue, AddStringValue, AddNumericValue, AddValue and related helpers Dict owned by document; do not free manually Although method name mentions FontDict, returned dict can hold any PDF dictionary content
Return value: an empty indirect
Code Example
See Also
|