[]
Registers an indirect PDF object with the current document and returns the ID of the object as a PdfObjID.
public PdfObjID RegisterPdfObject(IPdfObject ipo)
Public Function RegisterPdfObject(ipo As IPdfObject) As PdfObjID
| Type | Name | Description |
|---|---|---|
| IPdfObject | ipo | The PdfIndirectObjectBase to add. |
| Type | Description |
|---|---|
| PdfObjID | The ID of the registered object. |