Click or drag to resize

PdfLabelingRangesAdd Method

Adds the provided page index/ page label pair to the PdfLabelingRanges.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Add(
	int page,
	PdfLabel label
)

Parameters

page  Int32
Page Index.
label  PdfLabel
Page Label.

Implements

IDictionaryTKey, TValueAdd(TKey, TValue)
Exceptions
ExceptionCondition
ArgumentExceptionThe label for the same page already exists in the PdfLabelingRanges.
ArgumentNullExceptionlabel is null.
See Also