Click or drag to resize

PdfEmbeddedFileCollectionRemove Method

Removes the first occurrence of a specific PdfEmbeddedFile from the PdfEmbeddedFileCollection.

Namespace:  RadPdf.Data.Document.EmbeddedFiles
Assembly:  RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax
public bool Remove(
	PdfEmbeddedFile item
)

Parameters

item
Type: RadPdf.Data.Document.EmbeddedFilesPdfEmbeddedFile
The PdfEmbeddedFile to remove from the PdfEmbeddedFileCollection

Return Value

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

Implements

ICollectionTRemove(T)
Remarks
At this time, destinations can not be removed from a PdfEmbeddedFileCollection.
See Also