VerticalScale Property

Pageflex Document Action API

Pageflex Document Action API VerticalScale Property
Namespaces > Pageflex.Scripting > Job > VerticalScale
Gets the vertical scaling applied to the page.
Syntax
C# Visual Basic Managed C++
public int VerticalScale { get; }
Public ReadOnly Property VerticalScale As Integer
public:
int VerticalScale {
	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)