CmykColor.DrawStroke

Overloads

DrawStroke(OperatorWriter)Draws the color data to the given PageWriter object.
DrawStroke(PageWriter)Draws the color data to the given PageWriter object.

DrawStroke(OperatorWriter)

Draws the color data to the given PageWriter object.

public void DrawStroke(OperatorWriter writer)
Sub DrawStroke(writer As OperatorWriter)

Parameters

writer
OperatorWriter

OperatorWriter object to receive the color data.

Licensing Info

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

DrawStroke(PageWriter)

Draws the color data to the given PageWriter object.

public void DrawStroke(PageWriter writer)
Sub DrawStroke(writer As PageWriter)

Parameters

writer
PageWriter

PageWriter object to receive the color data.

Licensing Info

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

See Also

CmykColor
ceTe.DynamicPDF

In this topic