Click or drag to resize

PdfFontSize Property

Gets or sets the text size used in the parent PdfObject.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public double Size { get; set; }

Property Value

Type: Double
Remarks
Properties of a font object with IsLocked set can not be changed. The value of this property can not be set to a number less than SizeAuto.
See Also