HorizontalScale Property

Pageflex Document Action API

Pageflex Document Action API HorizontalScale Property
Namespaces > Pageflex.Scripting > Job > HorizontalScale
Gets the horizontal scaling applied to the page.
Syntax
C# Visual Basic Managed C++
public int HorizontalScale { get; }
Public ReadOnly Property HorizontalScale As Integer
public:
int HorizontalScale {
	int get ();
}
Remarks
The return is the "scaling percentage * 1000" 100000 = 100.0%). If 0, interpret as no scaling.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)