ImagePageCount Property

Pageflex Document Action API

Pageflex Document Action API ImagePageCount Property
Namespaces > Pageflex.Scripting > Image > ImagePageCount
Gets the number of displayable pages in this image.
Syntax
C# Visual Basic Managed C++
public uint ImagePageCount { get; }
Public ReadOnly Property ImagePageCount As UInteger
public:
unsigned int ImagePageCount {
	unsigned int get ();
}
Remarks
Returns the number of displayable pages in this image, or 1 if the image format does not support multiple pages.
Exceptions
Exception Condition
ImageSourceUnavailableException Could not retrieve image data from Source.
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)