Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static BaseFont CreateFont( string name, string encoding, bool embedded ) |
Visual Basic |
---|
Public Shared Function CreateFont ( _ name As String, _ encoding As String, _ embedded As Boolean _ ) As BaseFont |
Visual C++ |
---|
public: static BaseFont^ CreateFont( String^ name, String^ encoding, bool embedded ) |
Parameters
- name
- Type: System..::..String
- encoding
- Type: System..::..String
- embedded
- Type: System..::..Boolean