ExpertPdf Html to Pdf Converter Library
TextArea Class
NamespacesExpertPdf.HtmlToPdfTextArea
ExpertPdf Html to Pdf Converter Library
A text to be added to the header or footer of the rendered PDF document. The PdfConverter.PdfHeaderOptions.TextArea property should be set with an object of this type.
Declaration Syntax
C#Visual BasicVisual C++
public class TextArea : PdfElement
Public Class TextArea
	Inherits PdfElement
public ref class TextArea : public PdfElement
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TextArea(Single, Single, String, Font)
Contructs a text element that will be rendered at the specified (x,y) position using the specified width and font. The height of the rendered text will be auto-determined. The width is the available width in page.

TextArea(Single, Single, Single, String, Font)
Contructs a text element that will be rendered at the specified (x,y) position using the specified width and font. The height of the rendered text will be auto-determined.

TextArea(Single, Single, Single, Single, String, Font)
Contructs a text element that will be rendered in the specified rectangle using the specified font.

TextArea(Single, Single, Single, String, Font, Color)
Contructs a text element that will be rendered at the specified (x,y) position using the specified width, font and color. The height of the rendered text will be auto-determined.

TextArea(Single, Single, Single, Single, String, Font, Color)
Contructs a text element that will be rendered in the specified rectangle using the specified font and color.

BackColor
Gets or sets element background color.

CharacterSpacing
Gets or sets an additional spacing between characters.

EmbedTextFont
A flag indicating if the text area font will be embedded in the PDF document

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
ForeColor
Gets or sets the element foreground color.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Height
The height of the destination rectangle Is optional

LineSpacing
Gets or sets value that indicates the vertical distance between the baselines of adjacent lines of text.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RightToLeftLanguage
Set this property true if the text is in a RTL language.

Text
The string to be written

TextAlign
Gets or sets the text alignment.

TextAngle
Gets or sets an angle to control text counter-clockwise direction. The default value is 0.

TextFont
The text font

TextRise
Gets or sets the distance to move the text baseline up or down from its default location. Adjustments to the baseline are useful for drawing superscripts or subscripts. Positive values of text rise move the baseline up and creates a superscript text. Negative values of text rise move the baseline down and creates a subscript text.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Transparency
Gets or sets element transparency. The transparency is expressed as a value between 0 and 100. 0 means completely transparent and 100 completely opaque.

VerticalTextAlign
Gets or sets the vertical text alignment.

Width
The width of destination rectangle

WordSpacing
Gets or sets an aditional spacing between words. The words separator is consider the space character with code 32

X
The start x position

Y
The start y position

Inheritance Hierarchy

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)