Click or drag to resize

PdfLabelingRangesTryGetValue Method

Gets the label associated with the specified page index.

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

Parameters

page  Int32
The page index whose label to get.
label  PdfLabel
When this method returns, the label associated with the specified page index, if the page is found; otherwise null. This parameter is passed uninitialized.

Return Value

Boolean
true if the PdfLabelingRanges contains a label for the specified paeg; otherwise, false.

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also