[]
Represents a picture or text how to be aligned in the page header and footer.
public interface IHeaderFooter
Returns a IGraphic object that represents a picture field included in the specified header or footer.
IGraphic Picture { get; }
Returns or sets a Text object that represents text included in the specified header or footer.
string Text { get; set; }