CompositionVersion Property

Pageflex Document Action API

Pageflex Document Action API CompositionVersion Property
Namespaces > Pageflex.Scripting > Document > CompositionVersion
Gets the composition version used to format this document.
Syntax
C# Visual Basic Managed C++
public string CompositionVersion { get; }
Public ReadOnly Property CompositionVersion As String
public:
String^ CompositionVersion {
	String^ get ();
}
Remarks
Returns a String representing which version of Pageflex composition rules were used to compose this document. Editing sessions and job previews always use the composition version of the executing application, but job executions use the composition version saved with the document, which may be a legacy version.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)