Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected void SearchPatterns( char[] word, int index, byte[] il ) |
Visual Basic |
---|
Protected Sub SearchPatterns ( _ word As Char(), _ index As Integer, _ il As Byte() _ ) |
Visual C++ |
---|
protected: void SearchPatterns( array<wchar_t>^ word, int index, array<unsigned char>^ il ) |
Parameters
- word
- Type: array<System..::..Char>[]()[][]
- index
- Type: System..::..Int32
- il
- Type: array<System..::..Byte>[]()[][]