FormattedRecordArea
Represents an area for a formatted record.
public class FormattedRecordArea : LayoutElement
Public Class FormattedRecordArea
Inherits LayoutElement
Inheritance: ObjectLayoutElementFormattedRecordArea
Licensing Info
This class 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.
Properties
Angle | Gets or sets a value indicating the angle of the formatted record area. |
Expandable | Gets or sets a value indicating if the formatted record area is expandable. |
Height | Gets or sets the height of the formatted record area group. |
InitialStyle | Gets or sets the FormattedTextAreaStyle object used to specify the initial style of the formatted record area. |
Splittable | Gets or sets a value indicating if the formatted record area is splittable. |
Text | Gets or sets the text for the formatted record area. |
VAlign | Gets or sets a value indicating the vertical alignment of the formatted record area. |
Width | Gets or sets the width of the formatted record area group. |
X | Gets or sets the X coordinate of the formatted record area group. |
Y | Gets or sets the Y coordinate of the formatted record area group. |
Methods
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |
Events
FormattedRecordArea.LaidOut | Occurs after the formatted text area has been laid out. |
FormattedRecordArea.LayingOut | Occurs before the formatted text area is laid out. |