Click or drag to resize

PdfControlCollectionsRemove Method

Removes the first occurrence of a specific control from the PdfControlCollections

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

Parameters

item  PdfControl
The control to remove from the PdfControlCollections

Return Value

Boolean
true if item was successfully removed from PdfControlCollections; otherwise, false. This method also returns false if item is not found in the original PdfControlCollections.

Implements

ICollectionTRemove(T)
See Also