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# |
---|
protected byte[] BuildNewIndex( int[] Offsets, Hashtable Used, byte OperatorForUnusedEntries ) |
Visual Basic |
---|
Protected Function BuildNewIndex ( _ Offsets As Integer(), _ Used As Hashtable, _ OperatorForUnusedEntries As Byte _ ) As Byte() |
Visual C++ |
---|
protected: array<unsigned char>^ BuildNewIndex( array<int>^ Offsets, Hashtable^ Used, unsigned char OperatorForUnusedEntries ) |
Parameters
- Offsets
- Type: array<System..::..Int32>[]()[][]
- Used
- Type: System.Collections..::..Hashtable
- OperatorForUnusedEntries
- Type: System..::..Byte