CustomPageInfo Property

Pageflex Document Action API

Pageflex Document Action API CustomPageInfo Property
Namespaces > Pageflex.Scripting > Job > CustomPageInfo
Gets the custom page information setting (if any).
Syntax
C# Visual Basic Managed C++
public string CustomPageInfo { get; }
Public ReadOnly Property CustomPageInfo As String
public:
String^ CustomPageInfo {
	String^ get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)