Click or drag to resize

PdfFontResourceCollectionRemove Method

Removes the first occurrence of a specific PdfFontResource from the PdfFontResourceCollection.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool Remove(
	PdfFontResource item
)

Parameters

item
Type: RadPdf.IntegrationPdfFontResource
The PdfFontResource to remove from the PdfFontResourceCollection

Return Value

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

Implements

ICollectionTRemove(T)
See Also