TextField Constructor

Creates a new instance of TextField class.

public TextField(string name, float x, float y, float width, float height)
Public Sub New (name As String, x As Single, y As Single, width As Single, height As Single)

Parameters

name
String

Name of a text field.

x
Single

X coordinate of a text field.

y
Single

Y coordinate of a text field.

width
Single

Width of a text field.

height
Single

Height of a text field.

Licensing Info

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

See Also

TextField
ceTe.DynamicPDF.PageElements.Forms

In this topic