JobMedia Property

Pageflex Document Action API

Pageflex Document Action API JobMedia Property
Namespaces > Pageflex.Scripting > Page > JobMedia
Gets or sets the name of the job media assigned to this page.
Syntax
C# Visual Basic Managed C++
public string JobMedia { get; set; }
Public Property JobMedia As String
public:
String^ JobMedia {
	String^ get ();
	void set (String^ value);
}
Exceptions
Exception Condition
JobMediaNotFoundException The specified job media is not defined in the current project.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)