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 bool ReadLineSegment( byte[] input ) |
| Visual Basic |
|---|
Public Function ReadLineSegment ( _ input As Byte() _ ) As Boolean |
| Visual C++ |
|---|
public: bool ReadLineSegment( array<unsigned char>^ input ) |
Parameters
- input
- Type: array<System..::..Byte>[]()[][]