Initializes a new instance of the BidiOrder class

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

Syntax

C#
public BidiOrder(
	sbyte[] types
)
Visual Basic
Public Sub New ( _
	types As SByte() _
)
Visual C++
public:
BidiOrder(
	array<signed char>^ types
)

Parameters

types
Type: array<System..::..SByte>[]()[][]

See Also