EditBox Constructor (Single, Single, Single, Single, String)ByteScout PDF SDK
Initializes a new instance of the Bytescout.PDF.EditBox class.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public EditBox(
	float left,
	float top,
	float width,
	float height,
	string name
)

Parameters

left
Type: SystemSingle
The x-coordinate of the upper-left corner of the edit box.
top
Type: SystemSingle
The y-coordinate of the upper-left corner of the edit box.
width
Type: SystemSingle
The width of the edit box.
height
Type: SystemSingle
The height of the edit box.
name
Type: SystemString
The unique name of the edit box control.
See Also

Reference