FieldsList Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a fields list.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesNotificationListField
    Apitron.PDF.Kit.FixedLayout.ResourcesFieldsList

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public class FieldsList : NotificationList<Field>

The FieldsList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the count.
(Inherited from NotificationListT.)
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only.
(Inherited from NotificationListT.)
Public propertyItem
Gets or sets the Field at the specified index.
(Overrides NotificationListTItemInt32.)
Top
Methods

  NameDescription
Public methodAdd
Adds the specified item to the list.
(Overrides NotificationListTAdd(T).)
Public methodAddRange
Adds the range of items.
(Overrides NotificationListTAddRange(IEnumerableT).)
Public methodAsReadOnly (Inherited from NotificationListT.)
Public methodClear
Clears this instance.
(Overrides NotificationListTClear.)
Public methodContains
Determines whether the list contains the specified item.
(Inherited from NotificationListT.)
Public methodCopyTo
Copies the list to the specified array.
(Inherited from NotificationListT.)
Public methodFind
Finds a item which satisfies the predicate.
(Inherited from NotificationListT.)
Public methodFindAll
Finds all items which satisfy the predicate.
(Inherited from NotificationListT.)
Public methodGetEnumerator
Gets the enumerator.
(Inherited from NotificationListT.)
Public methodIndexOf
Gets the index of the item.
(Inherited from NotificationListT.)
Public methodInsert
Inserts the item to the specified position.
(Overrides NotificationListTInsert(Int32, T).)
Public methodRemove
Removes the specified item.
(Overrides NotificationListTRemove(T).)
Public methodRemoveAt
Removes an item from the specified position.
(Overrides NotificationListTRemoveAt(Int32).)
Public methodToString (Inherited from NotificationListT.)
Top
See Also

Reference