Width Property

Pageflex Document Action API

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