Leadtools.Forms.DocumentReaders Namespace : DocumentReaderPageCollection Class |
public class DocumentReaderPageCollection : System.Collections.ObjectModel.ReadOnlyCollection<DocumentReaderPage>, System.Collections.Generic.ICollection<DocumentReaderPage>, System.Collections.Generic.IEnumerable<DocumentReaderPage>, System.Collections.Generic.IList<DocumentReaderPage>, System.Collections.Generic.IReadOnlyCollection<DocumentReaderPage>, System.Collections.Generic.IReadOnlyList<DocumentReaderPage>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Declaration Public Class DocumentReaderPageCollection Inherits System.Collections.ObjectModel.ReadOnlyCollection(Of DocumentReaderPage) Implements System.Collections.Generic.ICollection(Of DocumentReaderPage), System.Collections.Generic.IEnumerable(Of DocumentReaderPage), System.Collections.Generic.IList(Of DocumentReaderPage), System.Collections.Generic.IReadOnlyCollection(Of DocumentReaderPage), System.Collections.Generic.IReadOnlyList(Of DocumentReaderPage), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage Dim instance As DocumentReaderPageCollection
public ref class DocumentReaderPageCollection : public System.Collections.ObjectModel.ReadOnlyCollection<DocumentReaderPage>, System.Collections.Generic.ICollection<DocumentReaderPage>, System.Collections.Generic.IEnumerable<DocumentReaderPage>, System.Collections.Generic.IList<DocumentReaderPage>, System.Collections.Generic.IReadOnlyCollection<DocumentReaderPage>, System.Collections.Generic.IReadOnlyList<DocumentReaderPage>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
The DocumentReaderPageCollection class is used as the type for the DocumentReader.Pages property.
For an example, refer to DocumentReader.