Initializes a new instance of the ByteVector class

Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public ByteVector(
	int capacity
)
Visual Basic
Public Sub New ( _
	capacity As Integer _
)
Visual C++
public:
ByteVector(
	int capacity
)

Parameters

capacity
Type: System..::..Int32

Collapse imageSee Also