LayoutTextArea
Represents an layout text area.
public class LayoutTextArea : RotatingPageElement, ICoordinate, ISerializable
Public Class LayoutTextArea
Inherits RotatingPageElement
Implements ICoordinate, ISerializable
Inheritance: ObjectPageElementTaggablePageElementRotatingPageElementLayoutTextArea
Implements: ICoordinate, ISerializable
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 report text area. |
Angle | Gets or sets the heights of the angle element. (Inherited from RotatingPageElement) |
AutoLeading | Gets or sets a value indicating whether the leading of the report text area should be calculated automatically. |
CleanParagraphBreaks | Gets or sets the clean paragraph breaks for the paragraphs of the report text area. |
Font | Gets or sets the Font object used to specify the font of the text for the report text area. |
FontSize | Gets or sets the font size for the text of the report text area. |
Height | Gets or sets the heights of the page element. (Inherited from RotatingPageElement) |
ID | Gets or sets the ID of the page element. (Inherited from PageElement) |
IgnoreMargins | Gets or sets ignore margin property. Setting false will consider the margin while placing the page element based on the RelativeTo property. (Inherited from PageElement) |
Leading | Gets or sets the leading for the text of the report text area. |
ParagraphIndent | Gets or sets the paragraph indenting for the paragraphs of the report text area. |
ParagraphSpacing | Gets or sets the paragraph spacing for the paragraphs of the report text area. |
RelativeTo | Gets and sets placement of the page element on the page. (Inherited from PageElement) |
RightToLeft | Gets or sets a value indicating if text should be displayed right to left. |
Tag | Gets or sets the tag of the taggable element. (Inherited from TaggablePageElement) |
TagOrder | Gets or sets the tag order of the taggable element. (Inherited from TaggablePageElement) |
TextColor | Gets or sets the Color object to use for the text of the report text area. |
TextOutlineColor | Gets or sets the Color object to use for the text outline of the report text area. |
TextOutlineWidth | Gets or sets the Color object to use for the text outline of the report text area. |
Underline | Gets or sets a value indicating if the report text area is underlined. |
VAlign | Gets or sets the VAlign enumeration that specifies the vertical text alignment of the report text area. |
X | Gets or sets the X coordinate of the page element. (Inherited from RotatingPageElement) |
Y | Gets or sets the Y coordinate of the page element. (Inherited from RotatingPageElement) |
Methods
Draw(PageWriter) | Draws the page element to the given PageWriter object. (Inherited from RotatingPageElement) |
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) |