Share via


RtfToRtfCompressed Members

Include Protected Members
Include Inherited Members

The RtfToRtfCompressed class implements a conversion that converts from Rich Text Format (RTF) to compressed RTF.

The RtfToRtfCompressed type exposes the following members.

Constructors

  Name Description
Public method RtfToRtfCompressed The RtfToRtfCompressed constructor creates a new RtfToRtfCompressed object.

Top

Properties

  Name Description
Public property CompressionMode The CompressionMode property gets or sets the RtfCompressionMode enumeration value that determines whether the output Rich Text Format (RTF) is actually compressed.
Public property InputStreamBufferSize The InputStreamBufferSize property gets or sets the internal input buffer size, in bytes, for stream input. (Inherited from TextConverter.)
Public property OutputStreamBufferSize The OutputStreamBufferSize method gets or sets the internal output buffer size, in bytes, for stream output. (Inherited from TextConverter.)

Top

Methods

  Name Description
Public method Convert(Stream, Stream) The Convert method converts the entire contents of sourceStream from its format to the format specified by this TextConverter object and stores the result in destinationStream. (Inherited from TextConverter.)
Public method Convert(Stream, TextWriter) The Convert method converts the entire contents of sourceStream from its format to the format of destinationWriter and writes the result to destinationWriter. (Inherited from TextConverter.)
Public method Convert(TextReader, Stream) The Convert method converts the entire contents of sourceReader from its format to the format of destinationStream and stores the result in destinationStream. (Inherited from TextConverter.)
Public method Convert(TextReader, TextWriter) The Convert method converts the entire contents of sourceReader from its format to the format of destinationWriter and writes the result to destinationWriter. (Inherited from TextConverter.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field locked (Inherited from TextConverter.)
Protected field testBoundaryConditions (Inherited from TextConverter.)

Top