Returns a default footer string that includes the current page number and page count.
Original signature is '- (NSAttributedString *)pageFooter'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public virtual NSAttributedString PageFooter { get; }
Public Overridable ReadOnly Property PageFooter As NSAttributedString Get
public: virtual property NSAttributedString^ PageFooter { NSAttributedString^ get (); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)