RtfToRtfCompressed.CompressionMode property
The CompressionMode property gets or sets the RtfCompressionMode enumeration value that determines whether the output Rich Text Format (RTF) is actually compressed.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Property CompressionMode As RtfCompressionMode
Get
Set
'Usage
Dim instance As RtfToRtfCompressed
Dim value As RtfCompressionMode
value = instance.CompressionMode
instance.CompressionMode = value
public RtfCompressionMode CompressionMode { get; set; }
Property value
Type: Microsoft.Exchange.Data.TextConverters.RtfCompressionMode
Remarks
If the CompressionMode property is set to Uncompressed, the body of the output RTF is uncompressed, but the compression headers have been added.