Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected void ReadASubr(
	int begin,
	int end,
	int GBias,
	int LBias,
	Hashtable hSubr,
	ArrayList lSubr,
	int[] LSubrsOffsets
)
Visual Basic
Protected Sub ReadASubr ( _
	begin As Integer, _
	end As Integer, _
	GBias As Integer, _
	LBias As Integer, _
	hSubr As Hashtable, _
	lSubr As ArrayList, _
	LSubrsOffsets As Integer() _
)
Visual C++
protected:
void ReadASubr(
	int begin, 
	int end, 
	int GBias, 
	int LBias, 
	Hashtable^ hSubr, 
	ArrayList^ lSubr, 
	array<int>^ LSubrsOffsets
)

Parameters

begin
Type: System..::..Int32
end
Type: System..::..Int32
GBias
Type: System..::..Int32
LBias
Type: System..::..Int32
hSubr
Type: System.Collections..::..Hashtable
lSubr
Type: System.Collections..::..ArrayList
LSubrsOffsets
Type: array<System..::..Int32>[]()[][]

See Also