Click or drag to resize

PdfFontName Property

Gets or sets the font used in the parent PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string Name { get; set; }

Property Value

Type: String
Exceptions
ExceptionCondition
ArgumentOutOfRangeException This exception is thrown if the value is set to the name of a font which can not be found in the FontResources collection.
Remarks
Properties of a font object with IsLocked set can not be changed. The value of this property must be the display name of a PdfFontResource in the FontResources collection.
See Also