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:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic const double SizeAuto = 0
Public Const SizeAuto As Double = 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