IsDynamic Property

Pageflex Document Action API

Pageflex Document Action API IsDynamic Property
Namespaces > Pageflex.Scripting > Page > IsDynamic
trueTruetrue if this is a dynamic page, and falseFalsefalse otherwise.
Syntax
C# Visual Basic Managed C++
public bool IsDynamic { get; }
Public ReadOnly Property IsDynamic As Boolean
public:
bool IsDynamic {
	bool get ();
}
Remarks
Returns trueTruetrue if this is a dynamic page, and falseFalsefalse otherwise. Dynamic pages may be created by a FillerPagePoint or when an autochain text container overflows.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)