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

Syntax

C#
public PdfContentByte DefineGlyph(
	char c,
	float wx,
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Function DefineGlyph ( _
	c As Char, _
	wx As Single, _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
) As PdfContentByte
Visual C++
public:
PdfContentByte^ DefineGlyph(
	wchar_t c, 
	float wx, 
	float llx, 
	float lly, 
	float urx, 
	float ury
)

See Also