Click or drag to resize
Pdf Library for .NET

PdfTextSection Properties

The PdfTextSection type exposes the following members.

Properties
  Name Description
Public property BackColor Gets or sets the element background color.
Public property CharacterSpacing Gets or sets an additional spacing between characters.
Public property Direction Gets or sets an angle to control the text direction.
Public property EmbedFont A flag indicating if the text font will be embedded in the pdf document.
Public property Font The text font.
Public property ForeColor Gets or sets the element foreground color.
Public property Height The height of the destination rectangle where the text will be rendered.
Public property HorizontalAlign Gets or sets the horizontal text alignment.
Public property Leading Gets or sets a value that indicates the vertical distance between the baselines of adjacent lines of text.
Public property RightToLeft Indicates if the text is in a right-to-left language.
Public property Text The text string that will be added to the pdf document header or footer.
Public property TextRise Gets or sets the distance to move the text baseline up or down from its default location.
Public property Transparency Gets or sets the pdf element transparency.
Public property VerticalAlign Gets or sets the vertical text alignment.
Public property Width The width of destination rectangle where the text will be rendered.
Public property WordSpacing Gets or sets an additional space between words.
Public property X Gets or sets the text start position on the X axis.
Public property Y Gets or sets the text start position on the Y axis.
Top
See Also