PageWriter.Write_re

Writes a PDF "re" operator to the page.

public void Write_re(float x, float y, float width, float height)
Sub Write_re(x As Single, y As Single, width As Single, height As Single)

Parameters

x
Single

The X coordinate to draw.

y
Single

The Y coordinate to draw.

width
Single

The width to draw.

height
Single

The height 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