IncrementalUpdateDocument.Draw

Overloads

Draw()Outputs the generated document to a byte array.
Draw(Stream)Outputs the generated document to the given Stream object.
Draw(String)Outputs the generated document to a file.

Draw()

Outputs the generated document to a byte array.

public Byte[] Draw()
Function Draw() As Byte()

Returns

Byte[]

The byte arrays of the PDF contents.

Licensing Info

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

Draw(Stream)

Outputs the generated document to the given Stream object.

public void Draw(Stream stream)
Sub Draw(stream As Stream)

Parameters

stream
Stream

Stream object that receive the Document output.

Licensing Info

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

Draw(String)

Outputs the generated document to a file.

public void Draw(string filePath)
Sub Draw(filePath As String)

Parameters

filePath
String

The output PDF file path.

Licensing Info

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

See Also

IncrementalUpdateDocument
ceTe.DynamicPDF.Merger

In this topic