Pageflex Document Action API
LeftMargin Property
Namespaces > Pageflex.Scripting > TextBox > LeftMargin
Gets or sets the left margin.
Syntax| C# | Visual Basic | Managed C++ |
public Measurement LeftMargin { get; set; }
Public Property LeftMargin As Measurement
public: virtual Measurement^ LeftMargin { 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)