Interface IEditPageHeader
Represents properties and methods for header/footer parts of edit page.
public interface IEditPageHeader : IUpdate, IDisposableProperties
- CenterText
- When implemented by a class, gets or sets a string that appears at the center of the header/footer area. 
- Font
- When implemented by a class, gets or sets font used to draw header/footer text. 
- FontColor
- When implemented by a class, gets or sets font color used to draw header/footer text. 
- LeftText
- When implemented by a class, gets or sets a string that appears at the left part of the header/footer area. 
- Offset
- When implemented by a class, gets or sets indentation of the primary text edge. 
- ReverseOnEvenPages
- When implemented by a class, gets or sets a value indicating whether the - LeftTextand- RightTextinterchanging on even page.
- RightText
- When implemented by a class, gets or sets a string that appears at the right part of the header/footer area. 
- Visible
- When implemented by a class, gets or sets a value indicating whether the - IPageHeaderis visible.
Methods
- Assign(IEditPageHeader)
- When implemented by a class, copies the contents of another - IPageHeaderobject.
- Paint(IPainter, Rectangle, int, int, bool)
- When implemented by a class, draws page header/footer on the specified graphic surface. 
- ResetFont()
- When implemented by a class, resets the - IPageHeader.Fontto the default value.
- ResetFontColor()
- When implemented by a class, resets the - IPageHeader.FontColorto the default value.
- ResetOffset()
- When implemented by a class, resets the - IPageHeader.Offsetto the default value.
- ResetReverseOnEvenPages()
- When implemented by a class, resets the - IPageHeader.ReverseOnEvenPagesto the default value.
Events
- DrawHeader
- When implemented by a class, occurs when header or footer part of each page is drawing.