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

In This Topic
    BeginObj(Int32) 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 _
    ) 
    public void BeginObj( 
       System.int objID
    )

    Parameters

    objID
    See Also