JobPostProcessExecutable Property

Pageflex Document Action API

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

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)