OperatorWriter.Write_TD

Writes a PDF "TD" operator to the page.

public void Write_TD(float x, float y)
Sub Write_TD(x As Single, y As Single)

Parameters

x
Single

The X coordinate to draw.

y
Single

The Y coordinate to draw.

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