Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
bool IsSplitCharacter( int start, int current, int end, char[] cc, PdfChunk[] ck ) |
Visual Basic |
---|
Function IsSplitCharacter ( _ start As Integer, _ current As Integer, _ end As Integer, _ cc As Char(), _ ck As PdfChunk() _ ) As Boolean |
Visual C++ |
---|
bool IsSplitCharacter( int start, int current, int end, array<wchar_t>^ cc, array<PdfChunk^>^ ck ) |
Parameters
- start
- Type: System..::..Int32
- current
- Type: System..::..Int32
- end
- Type: System..::..Int32
- cc
- Type: array<System..::..Char>[]()[][]
- ck
- Type: array<iTextSharp.text.pdf..::..PdfChunk>[]()[][]