AvailableSpace Property

Pageflex Document Action API

Pageflex Document Action API AvailableSpace Property
Namespaces > Pageflex.Scripting > TextContainerBezier > AvailableSpace
Gets the amount of vertical space in the container not occupied by lines of text.
Syntax
C# Visual Basic Managed C++
public Measurement AvailableSpace { get; }
Public ReadOnly Property AvailableSpace As Measurement
public:
virtual Measurement^ AvailableSpace {
	Measurement^ get () sealed;
}
Remarks
Returns a Measurement representing the amount of space available in the container for lines of text.
Exceptions
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)