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:
- 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_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:
- 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_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:
- 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_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:
- 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_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
The A value to draw.
The B value to draw.
The C value to draw.
The D value to draw.
The E value to draw.
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:
- 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.