ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 Font _
    ) As Integer
    public int GetNumberByFont( 
       Font font
    )

    Parameters

    font
    The drawing font.

    Return Value

    The font number.
    See Also