[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Writer.PdfDocStreamWriter.BeginObj

BeginObj Method

BeginObj(PdfObjID, bool)

Starts writing a new PDF indirect object with specified ID.

Declaration
public virtual void BeginObj(PdfObjID objID, bool useObjectStreamsIfPossible)
Public Overridable Sub BeginObj(objID As PdfObjID, useObjectStreamsIfPossible As Boolean)
Parameters
Type Name Description
PdfObjID objID
bool useObjectStreamsIfPossible

BeginObj(PdfObjID, string, bool)

Starts writing a new PDF indirect object with specified ID.

Declaration
public void BeginObj(PdfObjID objID, string objectComment, bool useObjectStreamsIfPossible)
Public Sub BeginObj(objID As PdfObjID, objectComment As String, useObjectStreamsIfPossible As Boolean)
Parameters
Type Name Description
PdfObjID objID
string objectComment
bool useObjectStreamsIfPossible

BeginObj(string, bool)

Generates an ID and starts writing a new PDF indirect object, returns the generated ID.

Declaration
public int BeginObj(string objectComment, bool useObjectStreamsIfPossible)
Public Function BeginObj(objectComment As String, useObjectStreamsIfPossible As Boolean) As Integer
Parameters
Type Name Description
string objectComment
bool useObjectStreamsIfPossible
Returns
Type Description
int

BeginObj(int, bool)

Starts writing a new PDF indirect object with specified ID.

Declaration
public void BeginObj(int objID, bool useObjectStreamsIfPossible)
Public Sub BeginObj(objID As Integer, useObjectStreamsIfPossible As Boolean)
Parameters
Type Name Description
int objID
bool useObjectStreamsIfPossible

BeginObj(int, string, bool)

Starts writing a new PDF indirect object with specified ID.

Declaration
public void BeginObj(int objID, string objectComment, bool useObjectStreamsIfPossible)
Public Sub BeginObj(objID As Integer, objectComment As String, useObjectStreamsIfPossible As Boolean)
Parameters
Type Name Description
int objID
string objectComment
bool useObjectStreamsIfPossible