Click or drag to resize

DocumentItemGetPages Method

Gets the pages linked to the document.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public List<PageItem> GetPages()

Return Value

ListPageItem
A 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