IsVisible Property

Pageflex Document Action API

Pageflex Document Action API IsVisible Property
Namespaces > Pageflex.Scripting > Element > IsVisible
trueTruetrue if this element and all ancestor elements are Visible, and falseFalsefalse otherwise.
Syntax
C# Visual Basic Managed C++
public bool IsVisible { get; }
Public ReadOnly Property IsVisible As Boolean
public:
bool IsVisible {
	bool get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)