PdfFont(String, Double) Constructor |
Initializes a new instance of the
PdfFont class from the specified font face name and font size.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic PdfFont(
string name,
double size
)
Public Sub New (
name As String,
size As Double
)
Parameters
- name String
- The font face name.
- size Double
- The font size.
Exceptions
See Also