PageWriter.Write_scn_
Overloads
Write_scn_(Gradient) | Writes a PDF "scn" operator to the page. |
Write_scn_(SpotColor) | Writes a PDF "scn" operator to the page. |
Write_scn_(Gradient)
Writes a PDF "scn" operator to the page.
public void Write_scn_(Gradient pattern)
Sub Write_scn_(pattern As Gradient)
Parameters
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_scn_(SpotColor)
Writes a PDF "scn" operator to the page.
public void Write_scn_(SpotColor tint)
Sub Write_scn_(tint As SpotColor)
Parameters
- tint
- SpotColor
The tint 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.