OperatorWriter.Write_Tj_

Overloads

Write_Tj_(Char[], Boolean)Writes a PDF "Tj" operator to the page.
Write_Tj_(Char[], Int32, Int32, Boolean)Writes a PDF "Tj" operator to the page.

Write_Tj_(Char[], Boolean)

Writes a PDF "Tj" operator to the page.

public void Write_Tj_(Char[] text, bool rightToLeft)
Sub Write_Tj_(text As Char[], rightToLeft As Boolean)

Parameters

text
Char[]

The byte array of WINANSI text to draw.

rightToLeft
Boolean

Specifies if the text is to be drawn right to left.

Licensing Info

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

Write_Tj_(Char[], Int32, Int32, Boolean)

Writes a PDF "Tj" operator to the page.

public void Write_Tj_(Char[] textArray, int start, int length, bool rightToLeft)
Sub Write_Tj_(textArray As Char[], start As Integer, length As Integer, rightToLeft As Boolean)

Parameters

textArray
Char[]

The byte array of WINANSI text to draw.

start
Int32

The start position of text.

length
Int32

The number of characters to draw.

rightToLeft
Boolean

Specifies if the text is to be drawn right to left.

Licensing Info

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

See Also

OperatorWriter
ceTe.DynamicPDF.IO

In this topic