OperatorWriter.Write_Tm

Overloads

Write_Tm(Single, Single)Writes a PDF "Tm" operator to the page.
Write_Tm(Single, Single, Single)Writes a PDF "Tm" operator to the page.
Write_Tm(Single, Single, Single, Single)Writes a PDF "Tm" operator to the page.
Write_Tm(Single, Single, Single, Single, Single, Single)Writes a PDF "Tm" operator to the page.

Write_Tm(Single, Single)

Writes a PDF "Tm" operator to the page.

public void Write_Tm(float x, float y)
Sub Write_Tm(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:

Write_Tm(Single, Single, Single)

Writes a PDF "Tm" operator to the page.

public void Write_Tm(float angle, float x, float y)
Sub Write_Tm(angle As Single, x As Single, y As Single)

Parameters

angle
Single

The angle to draw.

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:

Write_Tm(Single, Single, Single, Single)

Writes a PDF "Tm" operator to the page.

public void Write_Tm(float xX, float xY, float yX, float yY)
Sub Write_Tm(xX As Single, xY As Single, yX As Single, yY As Single)

Parameters

xX
Single

The X X multiple to draw.

xY
Single

The X Y multiple to draw.

yX
Single

The Y X multiple to draw.

yY
Single

The Y Y multiple to draw.

Licensing Info

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

Write_Tm(Single, Single, Single, Single, Single, Single)

Writes a PDF "Tm" operator to the page.

public void Write_Tm(float a, float b, float c, float d, float x, float y)
Sub Write_Tm(a As Single, b As Single, c As Single, d As Single, x As Single, y As Single)

Parameters

a
Single

The A value to draw.

b
Single

The B value to draw.

c
Single

The C value to draw.

d
Single

The D value to draw.

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