Click or drag to resize
Pdf Library for .NET

PdfTextSection Properties

The PdfTextSection type exposes the following members.

Properties
 NameDescription
Public propertyBackColor Gets or sets the element background color.
Public propertyCharacterSpacing Gets or sets an additional spacing between characters.
Public propertyDirection Gets or sets an angle to control the text direction.
Public propertyEmbedFont A flag indicating if the text font will be embedded in the pdf document.
Public propertyFont The text font.
Public propertyForeColor Gets or sets the element foreground color.
Public propertyHeight The height of the destination rectangle where the text will be rendered.
Public propertyHorizontalAlign Gets or sets the horizontal text alignment.
Public propertyLeading Gets or sets a value that indicates the vertical distance between the baselines of adjacent lines of text.
Public propertyRightToLeft Indicates if the text is in a right-to-left language.
Public propertyText The text string that will be added to the pdf document header or footer.
Public propertyTextRise Gets or sets the distance to move the text baseline up or down from its default location.
Public propertyTransparency Gets or sets the pdf element transparency.
Public propertyVerticalAlign Gets or sets the vertical text alignment.
Public propertyWidth The width of destination rectangle where the text will be rendered.
Public propertyWordSpacing Gets or sets an additional space between words.
Public propertyX Gets or sets the text start position on the X axis.
Public propertyY Gets or sets the text start position on the Y axis.
Top
See Also