X Property

Pageflex Document Action API

Pageflex Document Action API X Property
Namespaces > Pageflex.Scripting > Shape > X
Gets or sets the horizontical (x) position of the shape relative to its containing shape or page.
Syntax
C# Visual Basic Managed C++
public Measurement X { get; set; }
Public Property X As Measurement
public:
Measurement^ X {
	Measurement^ get ();
	void set (Measurement^ value);
}
Remarks
Specifies a Measurement representing the horizontal (x) position of the shape relative to its containing shape or page. This value refers to the position of the shape's anchor point, which is "top left" by default.
Exceptions
Exception Condition
ShapeNotFixedException The shape's position is not settable.
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)