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,
	sbyte paragraphEmbeddingLevel
)
Visual Basic
Public Sub New ( _
	types As SByte(), _
	paragraphEmbeddingLevel As SByte _
)
Visual C++
public:
BidiOrder(
	array<signed char>^ types, 
	signed char paragraphEmbeddingLevel
)

Parameters

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

See Also