PdfFileSpecificationCollection.Remove Method (String)

Removes the first occurrence of the file specification with given specification string.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Remove(
	string specification
)
VB
Public Function Remove ( 
	specification As String
) As Boolean

Parameters

specification
Type: System.String
The specification string of the object to remove.

Return Value

Type: Boolean
true if file specification is successfully removed; otherwise, false. This method also returns false if file specification was not found.

See Also