FlexMaxHeight Property

Pageflex Document Action API

Pageflex Document Action API FlexMaxHeight Property
Namespaces > Pageflex.Scripting > VerticalGroup > FlexMaxHeight
Gets or sets the maximum height.
Syntax
C# Visual Basic Managed C++
public Measurement FlexMaxHeight { get; set; }
Public Property FlexMaxHeight As Measurement
public:
virtual Measurement^ FlexMaxHeight {
	Measurement^ get () sealed;
	void set (Measurement^ value) sealed;
}
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)