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 coordinate of a rich text field.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.