PageCount Property
From Pageflex Document Action API
Pageflex Document Action API
PageCount Property
Namespaces > Pageflex.Scripting > Document > PageCount
Gets the number of pages in the document.
| C# | Visual Basic | Managed C++ |
public uint PageCount { get; }
Public ReadOnly Property PageCount As UInteger
public: unsigned int PageCount { unsigned int get (); }
The number of pages in the document.
| Exception | Condition |
|---|---|
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)