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