DwfPageDataCollection Class

Property that represents a collection of DwfPageData objects.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Teigha.Export_ImportDwfPageDataCollection

Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class DwfPageDataCollection : CollectionBase

The DwfPageDataCollection type exposes the following members.

Constructors
  Name Description
Public method DwfPageDataCollection Default constructor for the DwfPageDataCollection class.
Top
Properties
  Name Description
Public property Capacity
(Inherited from CollectionBase)
Public property Count
(Inherited from CollectionBase)
Protected property InnerList
(Inherited from CollectionBase)
Public property Item Property that represents an item from the collection at the specified index.
Protected property List
(Inherited from CollectionBase)
Top
Methods
  Name Description
Public method Add Adds a DWFPageData object to the collection.
Public method Clear
(Inherited from CollectionBase)
Public method Contains Checks whether this collection contains a DWFPageData object that matches the specified object.
Public method CopyTo Copies the entire collection to the array starting at the specified index.
Public method Equals
(Inherited from Object)
Protected method Finalize
(Inherited from Object)
Public method GetEnumerator
(Inherited from CollectionBase)
Public method GetHashCode
(Inherited from Object)
Public method GetType
(Inherited from Object)
Public method IndexOf Returns the index of the DWFPageData object in the collection that matches the specified DWFPageData object.
Public method Insert Inserts the specified DWFPageData object to the collection at the provided index.
Protected method MemberwiseClone
(Inherited from Object)
Protected method OnClear
(Inherited from CollectionBase)
Protected method OnClearComplete
(Inherited from CollectionBase)
Protected method OnInsert
(Inherited from CollectionBase)
Protected method OnInsertComplete
(Inherited from CollectionBase)
Protected method OnRemove
(Inherited from CollectionBase)
Protected method OnRemoveComplete
(Inherited from CollectionBase)
Protected method OnSet
(Inherited from CollectionBase)
Protected method OnSetComplete
(Inherited from CollectionBase)
Protected method OnValidate
(Overrides CollectionBaseOnValidate(Object))
Public method Remove Removes the DWFPageData object that matches the specified DWFPageData object from the collection.
Public method RemoveAt
(Inherited from CollectionBase)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.