次の方法で共有


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
public RtfCompressionMode CompressionMode { get; set; }
public:
property RtfCompressionMode CompressionMode {
    RtfCompressionMode get ();
    void set (RtfCompressionMode value);
}
/** @property */
public RtfCompressionMode get_CompressionMode ()

/** @property */
public void set_CompressionMode (RtfCompressionMode value)
public function get CompressionMode () : RtfCompressionMode

public function set CompressionMode (value : 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003