AvailableSpace Property
From Pageflex Document Action API
Pageflex Document Action API
AvailableSpace Property
Namespaces > Pageflex.Scripting > TextBox > AvailableSpace
Gets the amount of vertical space in the container not occupied by lines of text.
| C# | Visual Basic | Managed C++ |
public Measurement AvailableSpace { get; }
Public ReadOnly Property AvailableSpace As Measurement
public: virtual Measurement^ AvailableSpace { Measurement^ get () sealed; }
Returns a Measurement representing the amount of space available in the container for lines of text.
| Exception | Condition |
|---|---|
| ElementNotVisibleException | The referenced shape is not Visible. |
| StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)