Table of Contents

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 string

The specification string of the object to remove.

Returns

bool

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

Remove(PdfFileSpecification)

Removes the first occurrence of given file specification.

public bool Remove(PdfFileSpecification specification)

Parameters

specification PdfFileSpecification

The file specification to remove.

Returns

bool

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