_Application.InchesToPoints(Double) Method

Definition

Converts a measurement from inches to points.

public:
 double InchesToPoints(double Inches);
public double InchesToPoints (double Inches);
Public Function InchesToPoints (Inches As Double) As Double

Parameters

Inches
Double

Required Double. Specifies the inch value to be converted to points.

Returns

Applies to