 | PdfLabelingRangesRemove Method |
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Remove(
int page
)
Public Function Remove (
page As Integer
) As Boolean
public:
virtual bool Remove(
int page
) sealed
abstract Remove :
page : int -> bool
override Remove :
page : int -> bool public final boolean 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