PdfArray.ArrayElements.Remove Method Terminal Works - PDF Printing.Net Library
Removes the first occurrence of a specific object from the array/>.

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

public bool Remove(
	PdfItem item
)

Parameters

item
Type: PdfEdit.Pdf.PdfItem

Return Value

Type: Boolean

Implements

ICollection<T>.Remove(T)
See Also

Reference