 | PdfFieldCollections Class |
Represents a collection of fields in document
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic class PdfFieldCollections : IReadOnlyList<PdfField>,
IEnumerable<PdfField>, IEnumerable, ICollection<PdfField>
Public Class PdfFieldCollections
Implements IReadOnlyList(Of PdfField), IEnumerable(Of PdfField),
IEnumerable, ICollection(Of PdfField)
public ref class PdfFieldCollections : IReadOnlyList<PdfField^>,
IEnumerable<PdfField^>, IEnumerable, ICollection<PdfField^>
type PdfFieldCollections =
class
interface IReadOnlyList<PdfField>
interface IEnumerable<PdfField>
interface IEnumerable
interface ICollection<PdfField>
end
public class PdfFieldCollections implements IReadOnlyList<PdfField>,
IEnumerable<PdfField>, IEnumerable, ICollection<PdfField>
Patagames.Pdf.Net.PdfFieldCollections = function();
Type.createClass(
'Patagames.Pdf.Net.PdfFieldCollections',
null,
Patagames.Pdf.Net.IReadOnlyList`1,
IEnumerable`1,
IEnumerable,
ICollection`1);
The PdfFieldCollections type exposes the following members.
Properties
Methods | Name | Description |
---|
 | Add |
Adds a form field to the PdfFieldCollections.
|
 | Clear |
Removes all items from the PdfFieldCollections.
|
 | Contains |
Determines whether the collection contains a specific PdfField.
|
 | 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 field with the specified handle.
|
 | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
 | GetFieldByDict |
Search collection for the field with the specified dictionary.
|
 | IndexOf |
Determines the index of a specific PdfField in the collection.
|
 | Remove |
Removes the first occurrence of a specific form field from the PdfFieldCollections |
Top
See Also