EnableFormatting Property

Pageflex Document Action API

Pageflex Document Action API EnableFormatting Property
Namespaces > Pageflex.Scripting > Document > EnableFormatting
Gets or sets whether document formatting is enabled.
Syntax
C# Visual Basic Managed C++
public bool EnableFormatting { get; set; }
Public Property EnableFormatting As Boolean
public:
bool EnableFormatting {
	bool get ();
	void set (bool value);
}
Remarks
Set this to false to improve execution efficiency if you are setting many different attributes but only do so if do not need to read attributes (such as width, height, position) or depend on the effects of composition. You must set it back to true for composition to occur. The default is true with results in the document formatting with each attribute change.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)