OperatorWriter.Write_d

Overloads

Write_d(Int32, Int32)Writes a PDF "d" operator to the page.
Write_d(LineStyle)Writes a PDF "d" operator to the page.

Write_d(Int32, Int32)

Writes a PDF "d" operator to the page.

public void Write_d(int on, int off)
Sub Write_d(on As Integer, off As Integer)

Parameters

off
Int32

Licensing Info

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

Write_d(LineStyle)

Writes a PDF "d" operator to the page.

public void Write_d(LineStyle lineStyle)
Sub Write_d(lineStyle As LineStyle)

Parameters

lineStyle
LineStyle

The line style 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

OperatorWriter
ceTe.DynamicPDF.IO

In this topic