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

Syntax

C#
public IHyphenationEvent Hyphenation { get; set; }
Visual Basic
Public Property Hyphenation As IHyphenationEvent
	Get
	Set
Visual C++
public:
property IHyphenationEvent^ Hyphenation {
	IHyphenationEvent^ get ();
	void set (IHyphenationEvent^ value);
}

See Also