DocumentItemIsMultiFrame Method |  |
Checks if the document contains images (pages) that are in
a multi-page format.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic bool IsMultiFrame()
Return Value
Booleantrue 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