Pages GetPageArray Function. Gets all the Page objects immediately under this node. ABCpdf .NET PDF Library. From ABCpdf .net previous page next page GetPageArray Function Gets all the Page objects immediately under this node. Syntax [C#] Page[] GetPageArray() [Visual Basic] Function GetPageArray() As Page() Params Name Description return An array of Page objects. Notes Gets all the Page objects under this node. Only immediate children are returned. Any Pages objects are returned as null Page objects. For an array that includes descendents see GetPageArrayAll. Example None. previous page start next page