OperatorWriter.Write_TJ_Text

Writes the given text inside the TJ array. Required to open TJ array.

public void Write_TJ_Text(Char[] text, int startIndex, int length, bool rightToLeft)
Sub Write_TJ_Text(text As Char[], startIndex As Integer, length As Integer, rightToLeft As Boolean)

Parameters

text
Char[]

Char array that need to write.

startIndex
Int32

Zero based offset denoting starting position of the 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