Pageflex Document Action API
PageHeight Property
Namespaces > Pageflex.Scripting > Document > PageHeight
Gets or sets the height of all pages in the document.
Syntax
C# | Visual Basic | Managed C++ |
public Measurement PageHeight { get; set; }
Public Property PageHeight As Measurement
public: Measurement^ PageHeight { Measurement^ get (); void set (Measurement^ value); }
Remarks
Specifies a Measurement representing the height 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)