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
specificationstringThe specification string of the object to remove.
Returns
- bool
trueif file specification is successfully removed; otherwise,false. This method also returnsfalseif file specification was not found.
Remove(PdfFileSpecification)
Removes the first occurrence of given file specification.
public bool Remove(PdfFileSpecification specification)
Parameters
specificationPdfFileSpecificationThe file specification to remove.
Returns
- bool
trueif file specification is successfully removed; otherwise,false. This method also returnsfalseif file specification was not found.