Click or drag to resize

PdfLabelingRangesContainsPage Method

Determines whether the PdfLabelingRanges contains a label for the specified page index.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public bool ContainsPage(
	int page
)

Parameters

page  Int32
The page index to locate in the PdfLabelingRanges.

Return Value

Boolean
true if the PdfLabelingRanges contains a label for the page; otherwise, false.
See Also