PdfDictionaryDictionaryElementsRemove Method (KeyValuePairString, PdfItem)Terminal Works - PDF Printing.Net Library
Removes the value with the specified key.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public bool Remove(
	KeyValuePair<string, PdfItem> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, PdfItem

Return Value

Type: Boolean

Implements

ICollectionTRemove(T)
See Also

Reference