C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.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 Font _
) As Boolean
 

Parameters

font
The drawing font.

Return Value

True if contains, otherwise false.
See Also