Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > TwipsConverter > ToInches

ToInches Method



Signature:

public double ToInches ( int twips )

Description:

Converts twips to inches. A twip is 1/1440 of an inch.

Parameters:

twips     The number of twips to convert to inches.

Returns:

double The result of the conversion (inches).

Example:

[csharp]
TwipsConverter.ToInches(12240);



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.