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