DocumentItemGetPages Method | |
Gets the pages linked to the document.
Namespace:
Compiled.EDD.Scripting
Assembly:
Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax public List<PageItem> GetPages()
Return Value
Type:
ListPageItemA list of all
PageItem's linked to the document.
Remarks
A new list of
PageItem is returned when calling this method.
Editing the list will not alter the source document.
See Also