Table of Contents

Method Remove

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Remove(PdfWidget)

Removes the first occurrence of a specific widget from the collection.

public bool Remove(PdfWidget widget)

Parameters

widget PdfWidget

The widget to remove from the collection.

Returns

bool

true if widget is successfully removed; otherwise, false. This method also returns false if widget was not found in the collection.