Initializes a new instance of the Type3Font class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Type3Font( PdfWriter writer, char[] chars, bool colorized ) |
Visual Basic |
---|
Public Sub New ( _ writer As PdfWriter, _ chars As Char(), _ colorized As Boolean _ ) |
Visual C++ |
---|
public: Type3Font( PdfWriter^ writer, array<wchar_t>^ chars, bool colorized ) |
Parameters
- writer
- Type: iTextSharp.text.pdf..::..PdfWriter
- chars
- Type: array<System..::..Char>[]()[][]
- colorized
- Type: System..::..Boolean