Initializes a new instance of the BidiOrder class
Namespace: iTextSharp.text.pdfAssembly: 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 ) |