TopMargin Property

Pageflex Document Action API

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