_Application.InchesToPoints(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.