Table of Contents

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 string

The name of the view to remove.

Returns

bool

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