PageWriter.Write_c

Writes a PDF "c" operator to the page.

public void Write_c(float x1, float y1, float x2, float y2, float x3, float y3)
Sub Write_c(x1 As Single, y1 As Single, x2 As Single, y2 As Single, x3 As Single, y3 As Single)

Parameters

x1
Single

The X1 coordinate to draw.

y1
Single

The Y1 coordinate to draw.

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