DocumentWriter.WriteText

Overloads

WriteText(Byte[])Writes a PDF text object to the document.
WriteText(String)Writes a PDF text object to the document.

WriteText(Byte[])

Writes a PDF text object to the document.

public abstract void WriteText(Byte[] text)
MustOverride Sub WriteText(text As Byte())

Parameters

text
Byte[]

The text of the text object to write.

Licensing Info

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

WriteText(String)

Writes a PDF text object to the document.

public abstract void WriteText(string text)
MustOverride Sub WriteText(text As String)

Parameters

text
String

The text of the text object to write.

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