[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.RegisterPdfObject

RegisterPdfObject Method

RegisterPdfObject(IPdfObject)

Registers an indirect PDF object with the current document and returns the ID of the object as a PdfObjID.

Declaration
public PdfObjID RegisterPdfObject(IPdfObject ipo)
Public Function RegisterPdfObject(ipo As IPdfObject) As PdfObjID
Parameters
Type Name Description
IPdfObject ipo

The PdfIndirectObjectBase to add.

Returns
Type Description
PdfObjID

The ID of the registered object.