ConstrainSizeAndPosition Property

Pageflex Document Action API

Pageflex Document Action API ConstrainSizeAndPosition Property
Namespaces > Pageflex.Scripting > Shape > ConstrainSizeAndPosition
Gets or sets whether changes to the shape's size and position should be prevented during an online editing session.
Syntax
C# Visual Basic Managed C++
public bool ConstrainSizeAndPosition { get; set; }
Public Property ConstrainSizeAndPosition As Boolean
public:
bool ConstrainSizeAndPosition {
	bool get ();
	void set (bool value);
}
Remarks
Specifies trueTruetrue if changes to the shape's size and position should be prevented during an online editing session, or falseFalsefalse if changes to the shape's size and position should be allowed.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)