Document Solutions for PDF
GrapeCity.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 PdfIndirectObjectBase _
    ) As PdfObjID
    public PdfObjID RegisterPdfObject( 
       PdfIndirectObjectBase ipo
    )

    Parameters

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

    Return Value

    The ID of the registered object.
    See Also