Initializes a new instance of the CharVector class
Namespace: iTextSharp.text.pdf.hyphenationAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public CharVector( int capacity ) |
Visual Basic |
---|
Public Sub New ( _ capacity As Integer _ ) |
Visual C++ |
---|
public: CharVector( int capacity ) |
Parameters
- capacity
- Type: System..::..Int32