RecordArea
Represents a record area report element.
public class RecordArea : LayoutElement
Public Class RecordArea
Inherits LayoutElement
Inheritance: ObjectLayoutElementRecordArea
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
Align | Gets or sets the TextAlign enumeration that specifies the text alignment of the record area. |
Angle | Gets or sets the angle of the record area in degrees. |
AutoLeading | Gets or sets a value indicating whether the leading of the record area should be calculated automatically. |
CleanParagraphBreaks | Gets or sets the clean paragraph breaks for the paragraphs of the record area. |
Expandable | Gets or sets a value indicating whether the record area will expand if all the text is not visible. |
Font | Gets or sets the Font object used to specify the font of the text for the record area. |
FontSize | Gets or sets the font size for the text of the record area. |
Height | Gets or sets the height of the record area. |
Leading | Gets or sets the leading for the text of the record area. |
ParagraphIndent | Gets or sets the paragraph indenting for the paragraphs of the record area. |
ParagraphSpacing | Gets or sets the paragraph spacing for the paragraphs of the record area. |
RightToLeft | Gets or sets a value indicating if text should be displayed right to left reading order. |
Splittable | Gets or sets a value indicating whether the text within the record area will split if the record area reaches the end of the page. |
Text | Gets or sets the text of the record area. |
TextColor | Gets or sets the Color object to use for the text of the record area. |
TextOutlineColor | Gets or sets the Color object to use for the text outline of the record area. |
TextOutlineWidth | Gets or sets the Color object to use for the text outline of the record area. |
Underline | Gets or sets a value indicating if the record area is underlined. |
VAlign | Gets or sets the VAlign enumeration that specifies the vertical text alignment of the record area. |
Width | Gets or sets the width of the record area. |
X | Gets or sets the X coordinate of the record area. |
Y | Gets or sets the Y coordinate of the record area. |
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
RecordArea.LaidOut | Occurs after the record area has been laid out. |
RecordArea.LayingOut | Occurs before the record area is laid out. |
RecordArea.TextSet | Occurs after the text has been set for the record area. |
RecordArea.TextSetting | Occurs before the text is set for the record area. |