Click or drag to resize

PdfFont Properties

The PdfFont type exposes the following members.

Properties
  NameDescription
Public propertyAlignment
Gets or sets the text alignment used by the parent PdfObject.
Public propertyBold
Gets or sets a value indicating whether text is bold in the parent PdfObject.
Public propertyCharacterSpacing
Gets or sets the character spacing used by the parent PdfObject.
Public propertyColor
Gets or sets the text color used by the parent PdfObject.
Public propertyIsLocked
Gets a value indicating if this font object is associated with a PdfField which has IsLocked set and whose properties therefore can not be changed.
Public propertyItalic
Gets or sets a value indicating whether text is italicized in the parent PdfObject.
Public propertyLineSpacing
Gets or sets the line spacing used by the parent PdfObject.
Public propertyName
Gets or sets the font used in the parent PdfObject.
Public propertySize
Gets or sets the text size used in the parent PdfObject.
Public propertyUnderline
Gets or sets a value indicating whether text is underlined in the parent PdfObject.
Top
See Also