LeftMargin Property

Pageflex Document Action API

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