DocumentWriter.WriteStream

Overloads

WriteStream(Byte[], Int32)Writes a PDF stream object to the document.
WriteStream(Byte[], Int32, Int32)Writes a PDF stream object to the document.

WriteStream(Byte[], Int32)

Writes a PDF stream object to the document.

public abstract void WriteStream(Byte[] data, int length)
MustOverride Sub WriteStream(data As Byte(), length As Integer)

Parameters

data
Byte[]

Byte array to output.

length
Int32

Length of output.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

WriteStream(Byte[], Int32, Int32)

Writes a PDF stream object to the document.

public abstract void WriteStream(Byte[] data, int start, int length)
MustOverride Sub WriteStream(data As Byte(), start As Integer, length As Integer)

Parameters

data
Byte[]

Byte array to output.

start
Int32

Start of output.

length
Int32

Length of output.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

DocumentWriter
ceTe.DynamicPDF.IO

In this topic