Convert Method (units)

Pageflex Document Action API

Pageflex Document Action API Convert Method (units)
Namespaces > Pageflex.Scripting > Measurement > Convert(Units)
Returns the value of the Measurement using the specified units.
Syntax
C# Visual Basic Managed C++
public double Convert (
	Measurement.Units units
)
Public Function Convert ( _
	units As Units _
) As Double
public:
double Convert (
	Units units
)
Parameters
units (Units)
Which Units to convert to.
Return Value
A Double representing the value of the Measurement in the specified units.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)