Click or drag to resize

PdfTextAppearance Properties

The PdfTextAppearance type exposes the following members.

Properties
  NameDescription
Public propertyCharacterSpacing
Gets or sets the character spacing.
Public propertyFillColor
Gets or sets the fill color of the text. This is only used in one of the text render modes that uses filling.
Public propertyFontName
Gets or sets the name of the font. This is a resource name, not the font's name.
Public propertyFontSize
Gets or sets the size of the font in points.
Public propertyHorizontalScaling
Gets or sets the horizontal scaling of characters as they are placed on the page as a percentage. 100 is normal. Less than 100 is narrower, greater is wider.
Public propertyLeading
Gets or sets the leading or spacing between lines.
Public propertyMatrix
Gets or sets the font matrix.
Public propertyRenderMode
Gets or sets the render mode for the text.
Public propertyRise
Gets or sets the rise, or how much characters sit above (or below) the baseline. This is used for creating superscript or subscript writing.
Public propertyStrokeColor
Gets or sets the stroke color of the text. This is only used in one of the text render modes that uses stroking.
Public propertyWordSpacing
Gets or sets the word spacing.
Top
See Also