ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfFontCollection Class / Contains Method / Contains(Font) Method
The drawing font.

In This Topic
    Contains(Font) Method
    In This Topic
    Determines whether the drawing font is located within the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal font As System.Drawing.Font _
    ) As System.Boolean
    public System.bool Contains( 
       System.Drawing.Font font
    )

    Parameters

    font
    The drawing font.

    Return Value

    True if contains, otherwise false.
    See Also