PdfDocumentCreateFont Method

Overload List

CreateFont(Font) Creates a PDF font from the given .NET font. The font will be embedded in the generated PDF document
CreateFont(String) Creates a PDF font from the given font file
CreateFont(Font, Boolean) Creates a PDF font from the given .NET font and optionally embeds the font in the generated PDF document based on embed parameter value

See Also