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 override void Write( byte[] buffer, int offset, int count ) |
| Visual Basic |
|---|
Public Overrides Sub Write ( _ buffer As Byte(), _ offset As Integer, _ count As Integer _ ) |
| Visual C++ |
|---|
public: virtual void Write( array<unsigned char>^ buffer, int offset, int count ) override |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- count
- Type: System..::..Int32