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