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
The X coordinate to draw.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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.
The X coordinate to draw.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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
The A value to draw.
The B value to draw.
The C value to draw.
The D value to draw.
The X coordinate to draw.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.