|
PdfTextSection Class
|
Represents a text that can be added to the header or footer templates of a pdf document.
Inheritance Hierarchy
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic class PdfTextSection : PdfSectionElement
Public Class PdfTextSection
Inherits PdfSectionElement
The PdfTextSection type exposes the following members.
Constructors| | Name | Description |
|---|
 | PdfTextSection(Single, Single, String, Font) |
Creates a text object that can be added to the header or footer templates of a pdf document.
|
 | PdfTextSection(Single, Single, Single, String, Font) |
Creates a text object that can be added to the header or footer templates of a pdf document.
|
 | PdfTextSection(Single, Single, Single, Single, String, Font) |
Creates a text object that can be added to the header or footer templates of a pdf document.
|
 | PdfTextSection(Single, Single, Single, String, Font, Color) |
Creates a text object that can be added to the header or footer templates of a pdf document.
|
 | PdfTextSection(Single, Single, Single, Single, String, Font, Color) |
Creates a text object that can be added to the header or footer templates of a pdf document.
|
Top
Properties| | Name | Description |
|---|
 | BackColor |
Gets or sets the element background color.
|
 | CharacterSpacing |
Gets or sets an additional spacing between characters.
|
 | Direction |
Gets or sets an angle to control the text direction.
|
 | EmbedFont |
A flag indicating if the text font will be embedded in the pdf document.
|
 | Font |
The text font.
|
 | ForeColor |
Gets or sets the element foreground color.
|
 | Height |
The height of the destination rectangle where the text will be rendered.
|
 | HorizontalAlign |
Gets or sets the horizontal text alignment.
|
 | Leading |
Gets or sets a value that indicates the vertical distance between the baselines of adjacent lines of text.
|
 | RightToLeft |
Indicates if the text is in a right-to-left language.
|
 | Text |
The text string that will be added to the pdf document header or footer.
|
 | TextRise |
Gets or sets the distance to move the text baseline up or down from its default location.
|
 | Transparency |
Gets or sets the pdf element transparency.
|
 | VerticalAlign |
Gets or sets the vertical text alignment.
|
 | Width |
The width of destination rectangle where the text will be rendered.
|
 | WordSpacing |
Gets or sets an additional space between words.
|
 | X |
Gets or sets the text start position on the X axis.
|
 | Y |
Gets or sets the text start position on the Y axis.
|
Top
See Also