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 int CalcHints( int begin, int end, int LBias, int GBias, int[] LSubrsOffsets ) |
| Visual Basic |
|---|
Protected Function CalcHints ( _ begin As Integer, _ end As Integer, _ LBias As Integer, _ GBias As Integer, _ LSubrsOffsets As Integer() _ ) As Integer |
| Visual C++ |
|---|
protected: int CalcHints( int begin, int end, int LBias, int GBias, array<int>^ LSubrsOffsets ) |
Parameters
- begin
- Type: System..::..Int32
- end
- Type: System..::..Int32
- LBias
- Type: System..::..Int32
- GBias
- Type: System..::..Int32
- LSubrsOffsets
- Type: array<System..::..Int32>[]()[][]