|  | |
| PdfTextSection Properties | |
The PdfTextSection type exposes the following members.
 Properties
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.
             | 
 See Also
See Also