MasterPage Property

Pageflex Document Action API

Pageflex Document Action API MasterPage Property
Namespaces > Pageflex.Scripting > Page > MasterPage
Gets the name of the master page associated with this page.
Syntax
C# Visual Basic Managed C++
public string MasterPage { get; }
Public ReadOnly Property MasterPage As String
public:
String^ MasterPage {
	String^ get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)