PageWidth Property

Pageflex Document Action API

Pageflex Document Action API PageWidth Property
Namespaces > Pageflex.Scripting > Document > PageWidth
Gets or sets the width of all pages in the document.
Syntax
C# Visual Basic Managed C++
public Measurement PageWidth { get; set; }
Public Property PageWidth As Measurement
public:
Measurement^ PageWidth {
	Measurement^ get ();
	void set (Measurement^ value);
}
Remarks
Specifies a Measurement representing the width of all pages in the document.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)