Reports for WPF | ComponentOne
C1.C1Report Namespace / RtfFilter Class / GetRTFFont Method
Field that contains the font.
Indicates that Field.BackColor should be ignored.

In This Topic
    GetRTFFont Method (RtfFilter)
    In This Topic
    Gets an RTF representation of a field's System.Drawing.Font.
    Syntax
    'Declaration
     
    Protected Function GetRTFFont( _
       ByVal field As Field, _
       ByVal ignoreBackColor As Boolean _
    ) As String
    protected string GetRTFFont( 
       Field field,
       bool ignoreBackColor
    )

    Parameters

    field
    Field that contains the font.
    ignoreBackColor
    Indicates that Field.BackColor should be ignored.

    Return Value

    A string containing the RTF representation of the font.
    See Also