RichTextField Constructor

Creates a new instance of RichTextField class.

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

Parameters

name
String

Name of a rich text field.

x
Single

X coordinate of a rich text field.

y
Single

Y coordinate of a rich text field.

width
Single

Width of a rich text field.

height
Single

Height of a rich text field.

xml
String

XML of a rich 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

RichTextField
ceTe.DynamicPDF.PageElements.Forms

In this topic