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

pattern
Gradient

The Gradient to draw.

Licensing Info

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

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:

See Also

PageWriter
ceTe.DynamicPDF.IO

In this topic