Height Property

Pageflex Document Action API

Pageflex Document Action API Height Property
Namespaces > Pageflex.Scripting > Shape > Height
Gets or sets the height of the shape.
Syntax
C# Visual Basic Managed C++
public Measurement Height { get; set; }
Public Property Height As Measurement
public:
Measurement^ Height {
	Measurement^ get ();
	void set (Measurement^ value);
}
Remarks
Specifies a Measurement representing the height of the shape.
Exceptions
Exception Condition
OperationIllegalOnFlexibleShapeException The shape's height is declared as flexible.
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)