Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfDocStreamWriter Class / BeginObj Method / BeginObj(Int32,String) Method

In This Topic
    BeginObj(Int32,String) Method
    In This Topic
    Starts writing a new PDF indirect object with specified ID.
    Syntax
    'Declaration
     
    Public Overloads Sub BeginObj( _
       ByVal objID As System.Integer, _
       ByVal objectComment As System.String _
    ) 
    public void BeginObj( 
       System.int objID,
       System.string objectComment
    )

    Parameters

    objID
    objectComment
    See Also