Method Remove
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Remove(string)
Removes the first occurrence of the file specification with given specification string.
public bool Remove(string specification)
Parameters
specification
stringThe specification string of the object to remove.
Returns
- bool
true
if file specification is successfully removed; otherwise,false
. This method also returnsfalse
if file specification was not found.
Remove(PdfFileSpecification)
Removes the first occurrence of given file specification.
public bool Remove(PdfFileSpecification specification)
Parameters
specification
PdfFileSpecificationThe file specification to remove.
Returns
- bool
true
if file specification is successfully removed; otherwise,false
. This method also returnsfalse
if file specification was not found.