Removes the first occurrence of given file specification.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Remove(
PdfFileSpecification specification
)
VB
Public Function Remove (
specification As PdfFileSpecification
) As Boolean
Parameters
- specification
- Type: BitMiracle.Docotic.Pdf.PdfFileSpecification
The file specification to remove.
Return Value
Type:
Booleantrue if file specification is successfully removed; otherwise,
false.
This method also returns
false if file specification was not found.
See Also