Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected void BuildSubrUsed( int Font, int FD, int SubrOffset, int[] SubrsOffsets, Hashtable hSubr, ArrayList lSubr ) |
Visual Basic |
---|
Protected Sub BuildSubrUsed ( _ Font As Integer, _ FD As Integer, _ SubrOffset As Integer, _ SubrsOffsets As Integer(), _ hSubr As Hashtable, _ lSubr As ArrayList _ ) |
Visual C++ |
---|
protected: void BuildSubrUsed( int Font, int FD, int SubrOffset, array<int>^ SubrsOffsets, Hashtable^ hSubr, ArrayList^ lSubr ) |
Parameters
- Font
- Type: System..::..Int32
- FD
- Type: System..::..Int32
- SubrOffset
- Type: System..::..Int32
- SubrsOffsets
- Type: array<System..::..Int32>[]()[][]
- hSubr
- Type: System.Collections..::..Hashtable
- lSubr
- Type: System.Collections..::..ArrayList