OutputDestinationLocation Property

Pageflex Document Action API

Pageflex Document Action API OutputDestinationLocation Property
Namespaces > Pageflex.Scripting > Job > OutputDestinationLocation
Gets the location of output when OutputDestinationType is either UserOutputFolder or Printer.
Syntax
C# Visual Basic Managed C++
public string OutputDestinationLocation { get; }
Public ReadOnly Property OutputDestinationLocation As String
public:
String^ OutputDestinationLocation {
	String^ get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)