ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfFontCollection Class / GetNumberByFont Method
The drawing font.

In This Topic
    GetNumberByFont Method
    In This Topic
    Gets the specified number at the RTF font within the font collection.
    Syntax
    'Declaration
     
    Public Function GetNumberByFont( _
       ByVal font As System.Drawing.Font _
    ) As System.Integer
    public System.int GetNumberByFont( 
       System.Drawing.Font font
    )

    Parameters

    font
    The drawing font.

    Return Value

    The font number.
    See Also