OperatorWriter.Write_cm

Overloads

Write_cm(Single)Writes a PDF "cm" operator to the page.
Write_cm(Single, Single)Writes a PDF "cm" operator to the page.
Write_cm(Single, Single, Single)Writes a PDF "cm" operator to the page.
Write_cm(Single, Single, Single, Single)Writes a PDF "cm" operator to the page.
Write_cm(Single, Single, Single, Single, Single, Single)Writes a PDF "cm" operator to the page.

Write_cm(Single)

Writes a PDF "cm" operator to the page.

public void Write_cm(float angle)
Sub Write_cm(angle As Single)

Parameters

angle
Single

The angle to draw.

Licensing Info

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

Write_cm(Single, Single)

Writes a PDF "cm" operator to the page.

public void Write_cm(float xOffset, float yOffset)
Sub Write_cm(xOffset As Single, yOffset As Single)

Parameters

xOffset
Single

The X offset to draw.

yOffset
Single

The Y offset to draw.

Licensing Info

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

Write_cm(Single, Single, Single)

Writes a PDF "cm" operator to the page.

public void Write_cm(float angle, float xOffset, float yOffset)
Sub Write_cm(angle As Single, xOffset As Single, yOffset As Single)

Parameters

angle
Single

The angle to draw.

xOffset
Single

The X offset to draw.

yOffset
Single

The Y offset to draw.

Licensing Info

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

Write_cm(Single, Single, Single, Single)

Writes a PDF "cm" operator to the page.

public void Write_cm(float xX, float xY, float yX, float yY)
Sub Write_cm(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_cm(Single, Single, Single, Single, Single, Single)

Writes a PDF "cm" operator to the page.

public void Write_cm(float a, float b, float c, float d, float e, float f)
Sub Write_cm(a As Single, b As Single, c As Single, d As Single, e As Single, f 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.

e
Single

The E value to draw.

f
Single

The F value 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