currentPage

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the currentPage of <EPS> to <pageNumber>
Summary

Specifies the page being displayed in a multi-page EPS object.

Introduced1.0
OSlinux, ios, android
Platformsdesktop, server, mobile
Example
set the currentPage of EPS 6 to (1 + the currentPage of EPS 6)
Values
NameTypeDescription
Value

The currentPage of an EPS object is an integer between 1 and the EPS object's pageCount.

RelatedKeyword: integer
Property: pageCount
Object: EPS
Glossary: EPS, property
Description

Use the currentPage property to switch between the pages of an EPS object.

This property is supported only on Unix systems with Display PostScript installed.

Tagsmultimedia