THotPDF.SetLoadedCreator Method
Sets the Creator information for the loaded document
Declaration
procedure SetLoadedCreator(const ACreator: AnsiString);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
ACreator | Reference document or type definition |
Usage notes
- 更新文档的元数据字典
- Ensure that the document object has been correctly initialised or loaded before calling this method
- For details, please refer to the relevant examples or class descriptions