PdfPageLabels.AddRange Method (Int32, PdfPageNumberingStyle)

Adds the new page labeling range with specific properties to the collection.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void AddRange(
	int firstPage,
	PdfPageNumberingStyle style
)
VB
Public Sub AddRange ( 
	firstPage As Integer,
	style As PdfPageNumberingStyle
)

Parameters

firstPage
Type: System.Int32
The zero-based index of the first page in range.
style
Type: BitMiracle.Docotic.Pdf.PdfPageNumberingStyle
The numbering style to be used for the numeric portion of page labels.

Remarks

The newly added range not necessarily put at the end of the collection.

See Also