WordServiceFormats.RichTextFormat Property

Gets or sets a value that indicates whether the service application can read Rich Text Format files (RTF).

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Property RichTextFormat As Boolean
    Get
    Set
'Usage
Dim instance As WordServiceFormats
Dim value As Boolean

value = instance.RichTextFormat

instance.RichTextFormat = value
public bool RichTextFormat { get; set; }

Property Value

Type: System.Boolean
Returns Boolean.

Remarks

The default value for this setting is true.

See Also

Reference

WordServiceFormats Class

WordServiceFormats Members

Microsoft.Office.Word.Server.Service Namespace