Initializes a new instance of the ByteVector class
Namespace: iTextSharp.text.pdf.hyphenationAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public ByteVector( byte[] a ) |
Visual Basic |
---|
Public Sub New ( _ a As Byte() _ ) |
Visual C++ |
---|
public: ByteVector( array<unsigned char>^ a ) |
Parameters
- a
- Type: array<System..::..Byte>[]()[][]