←Select platform

DocumentReaderPageCollection Class

Summary

Represents a read-only collection of DocumentReaderPage objects.

Syntax

C#
VB
C++
public class DocumentReaderPageCollection : ReadOnlyCollection<DocumentReaderPage> 
  
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  
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   

Remarks

The DocumentReaderPageCollection class is used as the type for the DocumentReader.Pages property.

Example

For an example, refer to DocumentReader.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentReaders Assembly