Cuminas DjVu SDK for .NET Framework
Pages Property



Gets the collection of Page objects.
Syntax
public PageManager Pages {get;}
public:
property PageManager^ Pages {
   PageManager^ get();
}
Public ReadOnly Property Pages As PageManager
 
Dim instance As Document
Dim value As PageManager
 
value = instance.Pages

Property Value

PageManager object which manages the collection of Page objects.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Document Class
Document Members

Send Feedback