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( char[] text, int offset, int length, sbyte paragraphEmbeddingLevel ) |
Visual Basic |
---|
Public Sub New ( _ text As Char(), _ offset As Integer, _ length As Integer, _ paragraphEmbeddingLevel As SByte _ ) |
Visual C++ |
---|
public: BidiOrder( array<wchar_t>^ text, int offset, int length, signed char paragraphEmbeddingLevel ) |
Parameters
- text
- Type: array<System..::..Char>[]()[][]
- offset
- Type: System..::..Int32
- length
- Type: System..::..Int32
- paragraphEmbeddingLevel
- Type: System..::..SByte