PdfResourcesAddFont Method |
Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddFont(
PdfFont font
)
Public Sub AddFont (
font As PdfFont
)
public:
void AddFont(
PdfFont^ font
)
member AddFont :
font : PdfFont -> unit
Parameters
- font
- Type: Kettic.PdfPdfFont
See Also