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

Syntax

C#
protected byte[] AssembleIndex(
	int[] NewOffsets,
	byte[] NewObjects
)
Visual Basic
Protected Function AssembleIndex ( _
	NewOffsets As Integer(), _
	NewObjects As Byte() _
) As Byte()
Visual C++
protected:
array<unsigned char>^ AssembleIndex(
	array<int>^ NewOffsets, 
	array<unsigned char>^ NewObjects
)

Parameters

NewOffsets
Type: array<System..::..Int32>[]()[][]
NewObjects
Type: array<System..::..Byte>[]()[][]

See Also