Namespace: iTextSharp.text.rtf.style
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
protected byte[] IntToByteArray( int i ) |
| Visual Basic |
|---|
Protected Function IntToByteArray ( _ i As Integer _ ) As Byte() |
| Visual C++ |
|---|
protected: array<unsigned char>^ IntToByteArray( int i ) |
Parameters
- i
- Type: System..::..Int32