Click or drag to resize

DocumentItemHasPages Method

Determines if the document item has page references linked to it.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public bool HasPages()

Return Value

Type: Boolean
true if the document has pages; otherwise, false.
See Also