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.