Get/set the part that comes before the pageNumber.
            
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public Phrase Before { get; set; }  | 
| Visual Basic | 
|---|
Public Property Before As Phrase Get Set  | 
| Visual C++ | 
|---|
public: property Phrase^ Before { Phrase^ get (); void set (Phrase^ value); }  |