PageWidth Property
From 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.
| C# | Visual Basic | Managed C++ |
public Measurement PageWidth { get; set; }
Public Property PageWidth As Measurement
public: Measurement^ PageWidth { Measurement^ get (); void set (Measurement^ value); }
Specifies a Measurement representing the width of all pages in the document.
| Exception | Condition |
|---|---|
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)