Table of Contents

Class PdfWidgetCollection

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

Collection of widgets.

public sealed class PdfWidgetCollection : PdfCollection<PdfWidget>, ICollection<PdfWidget>, IEnumerable<PdfWidget>, ICollection, IEnumerable
Inheritance
PdfWidgetCollection
Implements
Inherited Members

Methods

Clear()

Removes all elements from the collection.

Remove(PdfWidget)

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

RemoveAt(int)

Removes the widget at the specified index of the collection.