RecordPostProcessExecutable Property

Pageflex Document Action API

Pageflex Document Action API RecordPostProcessExecutable Property
Namespaces > Pageflex.Scripting > Job > RecordPostProcessExecutable
Gets the name of the executable for the specified post process (or "" for none).
Syntax
C# Visual Basic Managed C++
public string RecordPostProcessExecutable { get; }
Public ReadOnly Property RecordPostProcessExecutable As String
public:
String^ RecordPostProcessExecutable {
	String^ get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)