DocumentItemGetPages Method |  |
Gets the pages linked to the document.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic List<PageItem> GetPages()
Return Value
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