Describes the type of a page numbering change in a C1PrintDocument.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum PageNumberingChangeModeEnum
Visual Basic
Public Enumeration PageNumberingChangeModeEnum

Members

Member nameDescription
Set Set the page number to a specified absolute value.
Increment Increment the current page number by a specified value.

See Also