GuidesHorizontal Property

Pageflex Document Action API

Pageflex Document Action API GuidesHorizontal Property
Namespaces > Pageflex.Scripting > Page > GuidesHorizontal
Gets or sets the horizontal guide positions defined for this page.
Syntax
C# Visual Basic Managed C++
public Measurement[] GuidesHorizontal { get; set; }
Public Property GuidesHorizontal As Measurement()
public:
array<Measurement^>^ GuidesHorizontal {
	array<Measurement^>^ get ();
	void set (array<Measurement^>^ value);
}
Remarks
Specifies an array of Measurement objects representing the positions of horizontal 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)