PageRange Property

Pageflex Document Action API

Pageflex Document Action API PageRange Property
Namespaces > Pageflex.Scripting > Job > PageRange
The range of pages to print or an empty string for all pages.
Syntax
C# Visual Basic Managed C++
public string PageRange { get; }
Public ReadOnly Property PageRange As String
public:
String^ PageRange {
	String^ get ();
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)