THotPDF.AddLoadedObject Method
Adds a loaded PDF object into the internal IndirectObjects list.
Declaration
procedure AddLoadedObject(Obj: THPDFObject);
Unit
HPDFDoc
Parameters
| Name | Purpose |
|---|---|
Obj | 要添加的 PDF 对象。 |
Usage
- Call: THotPDF.AddLoadedObject
- Called when parsing and loading external PDF objects, saving them into the indirect object collection of the current document.
See also
- THotPDF
- Directory