[]
        
(Showing Draft Content)

C1.C1Preview.PageNumberingChange

PageNumberingChange Class

Represents an absolute or relative page numbering change in C1PrintDocument or C1MultiDocument.

Inheritance
PageNumberingChange
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[TypeConverter(typeof(PageNumberingChange.TypeConverter))]
public class PageNumberingChange

Constructors

Name Description
PageNumberingChange(PageNumberingChangeModeEnum, int)

Initializes a new instance of the PageNumberingChange class.

Properties

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.

Methods

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.