Class HeaderFooter

HeaderFooter class

Contains elements for a document’s header and footer.

public class HeaderFooter

Properties

NameDescription
FooterCenter { get; set; }Contains the text string that appears in the center portion of a document’s footer.
FooterLeft { get; set; }Contains the text string that appears in the left portion of a document’s footer.
FooterMargin { get; set; }Specifies the margin of a document’s footer.
FooterRight { get; set; }Contains the text string that appears in the right portion of a document’s footer.
HeaderCenter { get; set; }Contains the text string that appears in the center portion of a document’s header.
HeaderFooterColor { get; set; }The RGB value of the text color for the header and footer.
HeaderFooterFont { get; }Specifies the font used for the header and footer text.
HeaderLeft { get; set; }Contains the text string that appears in the left portion of a document’s header.
HeaderMargin { get; set; }Specifies the margin of a document’s footer.
HeaderRight { get; set; }Contains the text string that appears in the right portion of a document’s header.

See Also