Click or drag to resize

PdfControlCollections Class

Represents a collection of widget annotations
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfControlCollections

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfControlCollections : IReadOnlyList<PdfControl>, 
	IEnumerable<PdfControl>, IEnumerable, ICollection<PdfControl>

The PdfControlCollections type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfControl contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItem Gets the PdfControl at the specified index
Top
Methods
 NameDescription
Public methodAdd This method is not supported.
Public methodClear Removes all items from the PdfControlCollections.
Public methodContains Determines whether the collection contains a specific PdfControl.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodFind Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire System.Collections.Generic.List`1.
Public methodGetByHandle Search collection for the widget with the specified handle.
Public methodGetControlByDict Search collection for the widget with the specified dictionary.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetFocused Get the control that currently has input focus.
Public methodIndexOf Determines the index of a specific PdfControl in the collection.
Public methodRemove Removes the first occurrence of a specific control from the PdfControlCollections
Top
See Also