Click or drag to resize

DocumentItemIsMultiFrame Method

Checks if the document contains images (pages) that are in a multi-page format.

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

Return Value

Type: Boolean
true if the document has more than 1 frame; otherwise, false
Remarks
If a document contains more than one image (page) and the first two file names are different, it is assumed to be single page. Otherwise the document is considered to have multiple frames (pages).
See Also