  | 
PdfFormFieldTextBoxSetFontSize Method  | 
 
            Set font size.
            
 
    Namespace: 
   SelectPdf.Forms
    Assembly:
   Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntaxpublic void SetFontSize(
	int fontSize
)
Public Sub SetFontSize ( 
	fontSize As Integer
)
Parameters
- fontSize
 - Type: SystemInt32
Font size. 
See Also