OperatorWriter.Write_TJ

Writes a PDF "TJ" operator to the page.

public void Write_TJ(Char[] textArray, int start, int length, float wordSpacing, bool rightToLeft)
Sub Write_TJ(textArray As Char[], start As Integer, length As Integer, wordSpacing As Single, rightToLeft As Boolean)

Parameters

textArray
Char[]

The byte array of WINANSI text to draw.

start
Int32

Start position of text.

length
Int32

The number of characters to draw.

wordSpacing
Single

Word spacing to use when drawn.

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