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