Version

PageNumbering Class

Represents page numbering attributes.
Syntax
'Declaration
 
Public Class PageNumbering 
public class PageNumbering 
Remarks

This element does not automatically shift other content elements to prevent overlapping. The best way to prevent this is to set spacings on the page, such as through ISection.PageMargins.

In order to determine how much spacing to leave, the size of the font used for the page numberings can be used, available through the Style property, checking the Infragistics.Documents.Reports.Graphics.Font.Size. Additionally, extra padding may be added to prevent the page numbering from lining up directly against a content element.

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub