'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.