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