Removes the specified widget from the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void RemoveWidget(
PdfWidget widget
)
VB
Public Sub RemoveWidget (
widget As PdfWidget
)
Parameters
- widget
- Type: BitMiracle.Docotic.Pdf.PdfWidget
The widget to remove from the document.
See Also