Method Remove
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Remove(string)
Removes the first occurrence of the view with the given name.
public bool Remove(string name)
Parameters
namestringThe name of the view to remove.
Returns
- bool
trueif view is successfully removed; otherwise,false. This method also returnsfalseif view was not found.