ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / ToPoints Method / ToPoints(Double) Method
Measurement in pixels.

In This Topic
    ToPoints(Double) Method
    In This Topic
    Converts pixels to points.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToPoints( _
       ByVal pixels As System.Double _
    ) As System.Double
    public static System.double ToPoints( 
       System.double pixels
    )

    Parameters

    pixels
    Measurement in pixels.

    Return Value

    Measurement in points.
    See Also