GuidesVertical Property

Pageflex Document Action API

Pageflex Document Action API GuidesVertical Property
Namespaces > Pageflex.Scripting > Page > GuidesVertical
Gets or sets the vertical guide positions defined for this page.
Syntax
C# Visual Basic Managed C++
public Measurement[] GuidesVertical { get; set; }
Public Property GuidesVertical As Measurement()
public:
array<Measurement^>^ GuidesVertical {
	array<Measurement^>^ get ();
	void set (array<Measurement^>^ value);
}
Remarks
Specifies an array of Measurement objects representing the positions of vertical guides on this page.
Exceptions
Exception Condition
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)