Click or drag to resize

PdfFontSizeAuto Field

Font size constant for a PdfField's Size indicating that the text size of a form field should automatically be adjusted to fit its contents.

Namespace:  RadPdf.Data.Document.Common
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public const double SizeAuto = 0

Field Value

Type: Double
Remarks
Do not set the font size of an object to SizeAuto if that object is not a PdfField.
See Also