PageWriter.Write_v

Writes a PDF "v" operator to the page.

public void Write_v(float x2, float y2, float x3, float y3)
Sub Write_v(x2 As Single, y2 As Single, x3 As Single, y3 As Single)

Parameters

x2
Single

The X2 coordinate to draw.

y2
Single

The Y2 coordinate to draw.

x3
Single

The X3 coordinate to draw.

y3
Single

The Y3 coordinate 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