Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / RegisterPdfObject Method
The GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase to add.

In This Topic
    RegisterPdfObject Method
    In This Topic
    Registers an indirect PDF object with the current document and returns the ID of the object as a GrapeCity.Documents.Pdf.Spec.PdfObjID.
    Syntax
    'Declaration
     
    Public Function RegisterPdfObject( _
       ByVal ipo As IPdfObject _
    ) As PdfObjID
    public PdfObjID RegisterPdfObject( 
       IPdfObject ipo
    )

    Parameters

    ipo
    The GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase to add.

    Return Value

    The ID of the registered object.
    See Also