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

Syntax

C#
public void Add(
	char type,
	int start,
	int end
)
Visual Basic
Public Sub Add ( _
	type As Char, _
	start As Integer, _
	end As Integer _
)
Visual C++
public:
void Add(
	wchar_t type, 
	int start, 
	int end
)

Parameters

type
Type: System..::..Char
start
Type: System..::..Int32
end
Type: System..::..Int32

See Also