[]
Represents information about the page navigation aids in the Spread component.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PagerInfo : ISerializeSupport
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PagerInfo
Implements ISerializeSupport
| Name | Description |
|---|---|
| PagerInfo() | Creates a new PagerInfo object. |
| Name | Description |
|---|---|
| Align | Gets or sets the horizontal alignment of the page navigation aids. |
| BackColor | Gets or sets the background color of the page navigation aids. |
| ButtonType | Gets or sets the type of button on the pager of the Spread component. |
| CssClass | Gets or sets the CSS class name for the Pager. |
| Font | Gets or sets the font information for the page navigation aids. |
| ForeColor | Gets or sets the text color in the page navigation aids. |
| Mode | Gets or sets which page navigation aids are displayed in the Spread component. |
| PageCount | Gets or sets the number of page numbers displayed with the page navigation. |
| Position | Gets or sets where page navigation aids are displayed in the Spread component. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the pager information from XML. |
| Reset() | Sets the properties of the page navigation aids of the Spread component to their default values. |
| Serialize(XmlTextWriter) | Saves the pager information to XML. |