ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfFont Class / Implicit Type Conversion Operator
The mate font object.

In This Topic
    Implicit Type Conversion Operator (RtfFont)
    In This Topic
    Convert implicitly to drawing font.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal rtfFont As RtfFont _
    ) As System.Drawing.Font
    public System.Drawing.Font operator implicit( 
       RtfFont rtfFont
    )

    Parameters

    rtfFont
    The mate font object.

    Return Value

    Aproximate font for Word/RTF font.
    See Also