Click or drag to resize

PdfLabelingRangesItem Property

Gets or sets the label for the specified page.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public PdfLabel this[
	int page
] { get; set; }

Parameters

page  Int32
The index of the page to get or set the label for.

Return Value

PdfLabel
The label of the specified page.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
KeyNotFoundExceptionThe property is retrieved and page is not found.
ArgumentNullExceptionThe property is set and the value is null.
See Also