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

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

    Parameters

    pixels
    Measurement in pixels.

    Return Value

    Measurement in points.
    See Also