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
name
stringThe name of the view to remove.
Returns
- bool
true
if view is successfully removed; otherwise,false
. This method also returnsfalse
if view was not found.