Cuminas DjVu SDK for .NET Framework
Pages Property



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

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