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.48.0.0 (3.48.0.0)
Syntax public const double SizeAuto = 0
Public Const SizeAuto As Double = 0
Field Value
Type:
DoubleRemarks
Do not set the font size of an object to
SizeAuto if that object is not a
PdfField.
See Also