PDFView4NET WinForms Edition
Pages Property (AfterPageReorderEventArgs)




O2S.Components.PDFView4NET Namespace > AfterPageReorderEventArgs Class : Pages Property
Gets the list of reordered pages.
Syntax
'Declaration
 
Public ReadOnly Property Pages As Integer()
'Usage
 
Dim instance As AfterPageReorderEventArgs
Dim value() As Integer
 
value = instance.Pages
public int[] Pages {get;}
public: __property int[]* get_Pages();
public:
property array<int>^ Pages {
   array<int>^ get();
}

Property Value

The list of the new positions of the reordered pages in the document.
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

See Also

Reference

AfterPageReorderEventArgs Class
AfterPageReorderEventArgs Members