Click or drag to resize

PdfLabelingRangesRemove Method

Removes the label with the specified page index from the PdfLabelingRanges.

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

Parameters

page  Int32
The page index to remove.

Return Value

Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the original collection.

Implements

IDictionaryTKey, TValueRemove(TKey)
See Also