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

Syntax

C#
public static void Strcpy(
	char[] dst,
	int di,
	char[] src,
	int si
)
Visual Basic
Public Shared Sub Strcpy ( _
	dst As Char(), _
	di As Integer, _
	src As Char(), _
	si As Integer _
)
Visual C++
public:
static void Strcpy(
	array<wchar_t>^ dst, 
	int di, 
	array<wchar_t>^ src, 
	int si
)

Parameters

dst
Type: array<System..::..Char>[]()[][]
di
Type: System..::..Int32
src
Type: array<System..::..Char>[]()[][]
si
Type: System..::..Int32

See Also