BottomMargin Property

Pageflex Document Action API

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