Get/set the part that comes after the pageNumber.

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

Syntax

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

Field Value

a Phrase

See Also