[]
Represents an absolute or relative page numbering change in C1PrintDocument or C1MultiDocument.
[TypeConverter(typeof(PageNumberingChange.TypeConverter))]
public class PageNumberingChange
| Name | Description |
|---|---|
| PageNumberingChange(PageNumberingChangeModeEnum, int) | Initializes a new instance of the PageNumberingChange class. |
| Name | Description |
|---|---|
| Mode | Gets or sets a PageNumberingChangeModeEnum value determining the page numbering change represented by the current object. |
| Value | Gets or sets the absolute page number or increment. The semantics of this property depend on the value of the Mode property. |
| Name | Description |
|---|---|
| GetPageNo(int) | Gets the page number changed by the current PageNumberingChange object. |
| Parse(string, bool) | Converts a string to a PageNumberingChange object. |
| ToString() | Converts the current object to a string. |