ContentArea Constructor

Initializes a new instance of the ContentArea class.

public ContentArea(float x, float y, float width, float height)
Public Sub New (x As Single, y As Single, width As Single, height As Single)

Parameters

x
Single

X coordinate of the content area.

y
Single

Y coordinate of the content area.

width
Single

Width of the content area.

height
Single

Height of the content area.

Licensing Info

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

See Also

ContentArea
ceTe.DynamicPDF.PageElements

In this topic