Width Property
From Pageflex Document Action API
Gets or sets the width of the shape.
| C# | Visual Basic | Managed C++ |
public Measurement Width { get; set; }
Public Property Width As Measurement
public: Measurement^ Width { Measurement^ get (); void set (Measurement^ value); }
Specifies a Measurement representing the width of the shape.
| 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)