IsEmpty Property

Pageflex Document Action API

Pageflex Document Action API IsEmpty Property
Namespaces > Pageflex.Scripting > Range > IsEmpty
Gets whether this Range's endpoints are the same.
Syntax
C# Visual Basic Managed C++
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
public:
bool IsEmpty {
	bool get ();
}
Remarks
Returns trueTruetrue if this Range's endpoints are the same, and falseFalsefalse if they are different.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)