JobMediaUsed Property

Pageflex Document Action API

Pageflex Document Action API JobMediaUsed Property
Namespaces > Pageflex.Scripting > Document > JobMediaUsed
Gets the names of all job media used in the document.
Syntax
C# Visual Basic Managed C++
public string[] JobMediaUsed { get; }
Public ReadOnly Property JobMediaUsed As String()
public:
array<String^>^ JobMediaUsed {
	array<String^>^ get ();
}
Remarks
Returns an array of Strings representing the names of job media used in the document.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)