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

In This Topic
    BeginObj(String) Method
    In This Topic
    Generates an ID and starts writing a new PDF indirect object, returns the generated ID.
    Syntax
    'Declaration
     
    Public Overloads Function BeginObj( _
       ByVal objectComment As System.String _
    ) As System.Integer
    public System.int BeginObj( 
       System.string objectComment
    )

    Parameters

    objectComment
    See Also