LEADTOOLS Forms (Leadtools.Forms.DocumentReaders assembly)

Pages Property

Show in webframe





Gets the collection of pages in this document reader.
Syntax
public DocumentReaderPageCollection Pages {get;}
'Declaration
 
Public ReadOnly Property Pages As DocumentReaderPageCollection
'Usage
 
Dim instance As DocumentReader
Dim value As DocumentReaderPageCollection
 
value = instance.Pages

            

            
public:
property DocumentReaderPageCollection^ Pages {
   DocumentReaderPageCollection^ get();
}

Property Value

A collection of type DocumentReaderPage that contain an item for each page in the file associated with this DocumentReader object. Default value is null (Nothing in Visual Basic).
Remarks

The value of Pages will be automatically populated with the pages collection after a DocumentReader is created.

Each item in the collection corresponds to a page in the PDF file. To the number of pages in the document is Pages.Count and the item at index 0 contains the properties of page 1, item at index 1 contains the properties of page 2 and so on.

The DocumentReaderPage class contains the physical and logical size of the page as well as its resolution and bits per pixel value.

DocumentReaderPageCollection is a read-only collection of DocumentReaderPage objects. The DocumentReader class is a read-only view of a document, you cannot insert or delete pages into this object.

Example

For an example, refer to DocumentReader.

Requirements

Target Platforms

See Also

Reference

DocumentReader Class
DocumentReader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features