 | PdfControlCollections Class |
Represents a collection of widget annotations
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic class PdfControlCollections : IReadOnlyList<PdfControl>,
IEnumerable<PdfControl>, IEnumerable, ICollection<PdfControl>
Public Class PdfControlCollections
Implements IReadOnlyList(Of PdfControl), IEnumerable(Of PdfControl),
IEnumerable, ICollection(Of PdfControl)
public ref class PdfControlCollections : IReadOnlyList<PdfControl^>,
IEnumerable<PdfControl^>, IEnumerable, ICollection<PdfControl^>
type PdfControlCollections =
class
interface IReadOnlyList<PdfControl>
interface IEnumerable<PdfControl>
interface IEnumerable
interface ICollection<PdfControl>
endpublic class PdfControlCollections implements IReadOnlyList<PdfControl>,
IEnumerable<PdfControl>, IEnumerable, ICollection<PdfControl>
Patagames.Pdf.Net.PdfControlCollections = function();
Type.createClass(
'Patagames.Pdf.Net.PdfControlCollections',
null,
Patagames.Pdf.Net.IReadOnlyList`1,
IEnumerable`1,
IEnumerable,
ICollection`1);
The PdfControlCollections type exposes the following members.
Properties
Methods| | Name | Description |
|---|
 | Add |
This method is not supported.
|
 | Clear |
Removes all items from the PdfControlCollections.
|
 | Contains |
Determines whether the collection contains a specific PdfControl.
|
 | CopyTo |
Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
|
 | Find |
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.
|
 | GetByHandle |
Search collection for the widget with the specified handle.
|
 | GetControlByDict |
Search collection for the widget with the specified dictionary.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | GetFocused |
Get the control that currently has input focus.
|
 | IndexOf |
Determines the index of a specific PdfControl in the collection.
|
 | Remove |
Removes the first occurrence of a specific control from the PdfControlCollections |
Top
See Also